From 8192bf75bfafb1efc79a9dd63324e58277d14436 Mon Sep 17 00:00:00 2001 From: Robert Lipe Date: Wed, 16 Mar 2022 21:49:11 -0500 Subject: [PATCH] Turn down bcr ignrando igo8 ik3d lmx mapasia mapfactor mmo mtk_locus mynav igo2008 igoprim o kompass_tk kompass_wp mainnav mapasia mapbar mapconverter mxf tef --- CMakeLists.txt | 12 - GPSBabel.pro | 12 - bcr.cc => deprecated/bcr.cc | 0 ignrando.cc => deprecated/ignrando.cc | 0 igo8.cc => deprecated/igo8.cc | 0 ik3d.cc => deprecated/ik3d.cc | 0 lmx.cc => deprecated/lmx.cc | 0 mapasia.cc => deprecated/mapasia.cc | 0 mapfactor.cc => deprecated/mapfactor.cc | 0 mapfactor.h => deprecated/mapfactor.h | 0 mmo.cc => deprecated/mmo.cc | 0 mtk_locus.cc => deprecated/mtk_locus.cc | 0 mynav.cc => deprecated/mynav.cc | 0 mynav.h => deprecated/mynav.h | 0 gpsbabel.qrc | 8 - reference/format0.txt | 21 -- reference/format1.txt | 21 -- reference/format2.txt | 21 -- reference/format3.txt | 190 ----------- reference/help.txt | 95 ------ reference/igo2008_poi.upoi | Bin 1850 -> 0 bytes reference/igo2008_poi~upoi.csv | 10 - reference/igo2008_poi~upoi.gpx | 50 --- reference/igoprimo_poi.upoi | Bin 1444 -> 0 bytes reference/igoprimo_poi~upoi.gpx | 35 -- reference/igoprimo_poi~upoi.ucsv | 7 - reference/ik3d-sample.gpx | 82 ----- reference/ik3d-sample.ikt | 433 ------------------------ reference/mapfactor.xml | 12 - reference/mapfactor~gpx.gpx | 50 --- reference/mtk_locus.gpx | 118 ------- reference/mtk_locus.nmea | 16 - reference/mxf.mxf | 9 - style/igo2008_poi.style | 33 -- style/igoprimo_poi.style | 37 -- style/kompass_tk.style | 18 - style/kompass_wp.style | 26 -- style/mainnav.style | 51 --- style/mapconverter.style | 35 -- style/motoactv.style | 40 --- style/mxf.style | 39 --- testo.d/bcr.test | 11 - testo.d/f90g.test | 4 - testo.d/ignrando.test | 8 - testo.d/igo2008_poi.test | 8 - testo.d/igo8.test | 19 -- testo.d/igoprimo_poi.test | 12 - testo.d/ik3d.test | 6 - testo.d/lmx.test | 9 - testo.d/mainnav.test | 8 - testo.d/mapasia.test | 8 - testo.d/mapbar.test | 4 - testo.d/mapfactor.test | 7 - testo.d/mmo.test | 19 -- testo.d/motoactv.test | 6 - testo.d/mxf.test | 7 - testo.d/mynav.test | 8 - testo.d/tef.test | 7 - vecs.cc | 117 ------- xmldoc/formats/bcr.xml | 21 -- xmldoc/formats/f90g.xml | 19 -- xmldoc/formats/ignrando.xml | 6 - xmldoc/formats/igo2008_poi.xml | 5 - xmldoc/formats/igo8.xml | 14 - xmldoc/formats/igoprimo_poi.xml | 5 - xmldoc/formats/ik3d.xml | 11 - xmldoc/formats/kompass_tk.xml | 8 - xmldoc/formats/kompass_wp.xml | 7 - xmldoc/formats/lmx.xml | 14 - xmldoc/formats/mainnav.xml | 3 - xmldoc/formats/mapbar.xml | 19 -- xmldoc/formats/mapconverter.xml | 61 ---- xmldoc/formats/mapfactor.xml | 23 -- xmldoc/formats/mmo.xml | 18 - xmldoc/formats/motoactv.xml | 20 -- xmldoc/formats/mtk_locus.xml | 12 - xmldoc/formats/mxf.xml | 8 - xmldoc/formats/mynav.xml | 15 - xmldoc/formats/tef.xml | 15 - 79 files changed, 2053 deletions(-) rename bcr.cc => deprecated/bcr.cc (100%) rename ignrando.cc => deprecated/ignrando.cc (100%) rename igo8.cc => deprecated/igo8.cc (100%) rename ik3d.cc => deprecated/ik3d.cc (100%) rename lmx.cc => deprecated/lmx.cc (100%) rename mapasia.cc => deprecated/mapasia.cc (100%) rename mapfactor.cc => deprecated/mapfactor.cc (100%) rename mapfactor.h => deprecated/mapfactor.h (100%) rename mmo.cc => deprecated/mmo.cc (100%) rename mtk_locus.cc => deprecated/mtk_locus.cc (100%) rename mynav.cc => deprecated/mynav.cc (100%) rename mynav.h => deprecated/mynav.h (100%) delete mode 100644 reference/igo2008_poi.upoi delete mode 100644 reference/igo2008_poi~upoi.csv delete mode 100644 reference/igo2008_poi~upoi.gpx delete mode 100644 reference/igoprimo_poi.upoi delete mode 100644 reference/igoprimo_poi~upoi.gpx delete mode 100644 reference/igoprimo_poi~upoi.ucsv delete mode 100644 reference/ik3d-sample.gpx delete mode 100644 reference/ik3d-sample.ikt delete mode 100644 reference/mapfactor.xml delete mode 100644 reference/mapfactor~gpx.gpx delete mode 100644 reference/mtk_locus.gpx delete mode 100644 reference/mtk_locus.nmea delete mode 100644 reference/mxf.mxf delete mode 100644 style/igo2008_poi.style delete mode 100644 style/igoprimo_poi.style delete mode 100644 style/kompass_tk.style delete mode 100644 style/kompass_wp.style delete mode 100644 style/mainnav.style delete mode 100644 style/mapconverter.style delete mode 100644 style/motoactv.style delete mode 100644 style/mxf.style delete mode 100644 testo.d/bcr.test delete mode 100644 testo.d/f90g.test delete mode 100644 testo.d/ignrando.test delete mode 100644 testo.d/igo2008_poi.test delete mode 100644 testo.d/igo8.test delete mode 100644 testo.d/igoprimo_poi.test delete mode 100644 testo.d/ik3d.test delete mode 100644 testo.d/lmx.test delete mode 100644 testo.d/mainnav.test delete mode 100644 testo.d/mapasia.test delete mode 100644 testo.d/mapbar.test delete mode 100644 testo.d/mapfactor.test delete mode 100644 testo.d/mmo.test delete mode 100644 testo.d/motoactv.test delete mode 100644 testo.d/mxf.test delete mode 100644 testo.d/mynav.test delete mode 100644 testo.d/tef.test delete mode 100644 xmldoc/formats/bcr.xml delete mode 100644 xmldoc/formats/f90g.xml delete mode 100644 xmldoc/formats/ignrando.xml delete mode 100644 xmldoc/formats/igo2008_poi.xml delete mode 100644 xmldoc/formats/igo8.xml delete mode 100644 xmldoc/formats/igoprimo_poi.xml delete mode 100644 xmldoc/formats/ik3d.xml delete mode 100644 xmldoc/formats/kompass_tk.xml delete mode 100644 xmldoc/formats/kompass_wp.xml delete mode 100644 xmldoc/formats/lmx.xml delete mode 100644 xmldoc/formats/mainnav.xml delete mode 100644 xmldoc/formats/mapbar.xml delete mode 100644 xmldoc/formats/mapconverter.xml delete mode 100644 xmldoc/formats/mapfactor.xml delete mode 100644 xmldoc/formats/mmo.xml delete mode 100644 xmldoc/formats/motoactv.xml delete mode 100644 xmldoc/formats/mtk_locus.xml delete mode 100644 xmldoc/formats/mxf.xml delete mode 100644 xmldoc/formats/mynav.xml delete mode 100644 xmldoc/formats/tef.xml diff --git a/CMakeLists.txt b/CMakeLists.txt index a3d507614..0319c4a1d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -81,7 +81,6 @@ set(MINIMAL_FMTS # ALL_FMTS set(ALL_FMTS ${MINIMAL_FMTS} - bcr.cc brauniger_iq.cc delgpl.cc destinator.cc @@ -113,19 +112,10 @@ set(ALL_FMTS ${MINIMAL_FMTS} html.cc humminbird.cc igc.cc - ignrando.cc - igo8.cc - ik3d.cc itracku.cc - lmx.cc lowranceusr.cc - mapasia.cc mapbar_track.cc - mapfactor.cc - mmo.cc - mtk_locus.cc mtk_logger.cc - mynav.cc navilink.cc navitel.cc osm.cc @@ -276,8 +266,6 @@ set(HEADERS lowranceusr.h magellan.h mapbar_track.h - mapfactor.h - mynav.h navilink.h nmea.h osm.h diff --git a/GPSBabel.pro b/GPSBabel.pro index 7b3db4668..95f2c8000 100644 --- a/GPSBabel.pro +++ b/GPSBabel.pro @@ -56,7 +56,6 @@ MINIMAL_FMTS = \ # ALL_FMTS ALL_FMTS = $$MINIMAL_FMTS \ - bcr.cc \ brauniger_iq.cc \ delgpl.cc \ destinator.cc \ @@ -88,19 +87,10 @@ ALL_FMTS = $$MINIMAL_FMTS \ html.cc \ humminbird.cc \ igc.cc \ - ignrando.cc \ - igo8.cc \ - ik3d.cc \ itracku.cc \ - lmx.cc \ lowranceusr.cc \ - mapasia.cc \ mapbar_track.cc \ - mapfactor.cc \ - mmo.cc \ - mtk_locus.cc \ mtk_logger.cc \ - mynav.cc \ navilink.cc \ navitel.cc \ osm.cc \ @@ -249,8 +239,6 @@ HEADERS = \ lowranceusr.h \ magellan.h \ mapbar_track.h \ - mapfactor.h \ - mynav.h \ navilink.h \ nmea.h \ osm.h \ diff --git a/bcr.cc b/deprecated/bcr.cc similarity index 100% rename from bcr.cc rename to deprecated/bcr.cc diff --git a/ignrando.cc b/deprecated/ignrando.cc similarity index 100% rename from ignrando.cc rename to deprecated/ignrando.cc diff --git a/igo8.cc b/deprecated/igo8.cc similarity index 100% rename from igo8.cc rename to deprecated/igo8.cc diff --git a/ik3d.cc b/deprecated/ik3d.cc similarity index 100% rename from ik3d.cc rename to deprecated/ik3d.cc diff --git a/lmx.cc b/deprecated/lmx.cc similarity index 100% rename from lmx.cc rename to deprecated/lmx.cc diff --git a/mapasia.cc b/deprecated/mapasia.cc similarity index 100% rename from mapasia.cc rename to deprecated/mapasia.cc diff --git a/mapfactor.cc b/deprecated/mapfactor.cc similarity index 100% rename from mapfactor.cc rename to deprecated/mapfactor.cc diff --git a/mapfactor.h b/deprecated/mapfactor.h similarity index 100% rename from mapfactor.h rename to deprecated/mapfactor.h diff --git a/mmo.cc b/deprecated/mmo.cc similarity index 100% rename from mmo.cc rename to deprecated/mmo.cc diff --git a/mtk_locus.cc b/deprecated/mtk_locus.cc similarity index 100% rename from mtk_locus.cc rename to deprecated/mtk_locus.cc diff --git a/mynav.cc b/deprecated/mynav.cc similarity index 100% rename from mynav.cc rename to deprecated/mynav.cc diff --git a/mynav.h b/deprecated/mynav.h similarity index 100% rename from mynav.h rename to deprecated/mynav.h diff --git a/gpsbabel.qrc b/gpsbabel.qrc index 35a5fe76b..cc2082e16 100644 --- a/gpsbabel.qrc +++ b/gpsbabel.qrc @@ -16,15 +16,7 @@ style/gpsdrivetrack.style style/iblue747.style style/iblue757.style - style/igo2008_poi.style - style/igoprimo_poi.style - style/kompass_tk.style - style/kompass_wp.style style/land_air_sea.style - style/mainnav.style - style/mapconverter.style - style/motoactv.style - style/mxf.style style/navigonwpt.style style/nima.style style/openoffice.style diff --git a/reference/format0.txt b/reference/format0.txt index e87ab3a7c..0df987a25 100644 --- a/reference/format0.txt +++ b/reference/format0.txt @@ -15,7 +15,6 @@ exif jpg Embedded Exif-GPS data (.jpg) energympro cpo Energympro GPS training watch enigma ert Enigma binary waypoint file (.ert) shape shp ESRI shapefile -f90g map F90G Automobile DVR GPS log file igc FAI/IGC Flight Recorder Data Format garmin_fit fit Flexible and Interoperable Data Transfer (FIT) Activity file flysight csv FlySight GPS File @@ -55,34 +54,15 @@ m241 Holux M-241 (MTK based) download html html HTML Output humminbird_ht ht Humminbird tracks (.ht) humminbird hwr Humminbird waypoints and routes (.hwr) -ignrando rdn IGN Rando track files -igoprimo_poi upoi iGo Primo points of interest (.upoi) -igo2008_poi upoi iGO2008 points of interest (.upoi) -igo8 trk IGO8 .trk -kompass_tk wp Kompass (DAV) Track (.tk) -kompass_wp wp Kompass (DAV) Waypoints (.wp) lowranceusr usr Lowrance USR magellanx upt Magellan SD files (as for eXplorist) magellan Magellan SD files (as for Meridian) magellan Magellan serial protocol -ik3d ikt MagicMaps IK3D project file (.ikt) -mainnav nav Mainnav -tef xml Map&Guide 'TourExchangeFormat' XML -mapasia_tr7 tr7 MapAsia track file (.tr7) -mapbar trk Mapbar (China) navigation track for Sonim Xp3300 -mapfactor xml Mapfactor Navigator -mapconverter txt Mapopolis.com Mapconverter CSV -mxf mxf MapTech Exchange Format -mtk_locus MediaTek Locus -mmo mmo Memory-Map Navigator overlay files (.mmo) s_and_t txt Microsoft Streets and Trips 2002-2007 miniHomer MiniHomer, a skyTraq Venus 6 based logger (download tracks, waypoints and get/set POI) garmin_xt Mobile Garmin XT Track files -motoactv csv Motoactiv CSV -bcr bcr Motorrad Routenplaner (Map&Guide) .bcr files mtk-bin bin MTK Logger (iBlue 747,...) Binary File Format mtk MTK Logger (iBlue 747,Qstarz BT-1000,...) download -mynav trc MyNav TRC format tpg tpg National Geographic Topo .tpg (waypoints) tpo2 tpo National Geographic Topo 2.x .tpo tpo3 tpo National Geographic Topo 3.x/4.x .tpo @@ -94,7 +74,6 @@ navitel_trk bin Navitel binary track (.bin) dna dna Navitrak DNA marker format nima NIMA/GNIS Geographic Names File nmea NMEA 0183 sentences -lmx Nokia Landmark Exchange osm osm OpenStreetMap data files ozi OziExplorer qstarz_bl-1000 Qstarz BL-1000 diff --git a/reference/format1.txt b/reference/format1.txt index b041fb548..8ed236250 100644 --- a/reference/format1.txt +++ b/reference/format1.txt @@ -18,7 +18,6 @@ file exif jpg Embedded Exif-GPS data (.jpg) file energympro cpo Energympro GPS training watch file enigma ert Enigma binary waypoint file (.ert) file shape shp ESRI shapefile -file f90g map F90G Automobile DVR GPS log file file igc FAI/IGC Flight Recorder Data Format file garmin_fit fit Flexible and Interoperable Data Transfer (FIT) Activity file file flysight csv FlySight GPS File @@ -60,35 +59,16 @@ serial m241 Holux M-241 (MTK based) download file html html HTML Output file humminbird_ht ht Humminbird tracks (.ht) file humminbird hwr Humminbird waypoints and routes (.hwr) -file ignrando rdn IGN Rando track files -file igoprimo_poi upoi iGo Primo points of interest (.upoi) -file igo2008_poi upoi iGO2008 points of interest (.upoi) -file igo8 trk IGO8 .trk internal random Internal GPS data generator -file kompass_tk wp Kompass (DAV) Track (.tk) -file kompass_wp wp Kompass (DAV) Waypoints (.wp) file lowranceusr usr Lowrance USR file magellanx upt Magellan SD files (as for eXplorist) file magellan Magellan SD files (as for Meridian) serial magellan Magellan serial protocol -file ik3d ikt MagicMaps IK3D project file (.ikt) -file mainnav nav Mainnav -file tef xml Map&Guide 'TourExchangeFormat' XML -file mapasia_tr7 tr7 MapAsia track file (.tr7) -file mapbar trk Mapbar (China) navigation track for Sonim Xp3300 -file mapfactor xml Mapfactor Navigator -file mapconverter txt Mapopolis.com Mapconverter CSV -file mxf mxf MapTech Exchange Format -file mtk_locus MediaTek Locus -file mmo mmo Memory-Map Navigator overlay files (.mmo) file s_and_t txt Microsoft Streets and Trips 2002-2007 serial miniHomer MiniHomer, a skyTraq Venus 6 based logger (download tracks, waypoints and get/set POI) file garmin_xt Mobile Garmin XT Track files -file motoactv csv Motoactiv CSV -file bcr bcr Motorrad Routenplaner (Map&Guide) .bcr files file mtk-bin bin MTK Logger (iBlue 747,...) Binary File Format serial mtk MTK Logger (iBlue 747,Qstarz BT-1000,...) download -file mynav trc MyNav TRC format file tpg tpg National Geographic Topo .tpg (waypoints) file tpo2 tpo National Geographic Topo 2.x .tpo file tpo3 tpo National Geographic Topo 3.x/4.x .tpo @@ -100,7 +80,6 @@ file navitel_trk bin Navitel binary track (.bin) file dna dna Navitrak DNA marker format file nima NIMA/GNIS Geographic Names File file nmea NMEA 0183 sentences -file lmx Nokia Landmark Exchange file osm osm OpenStreetMap data files file ozi OziExplorer file qstarz_bl-1000 Qstarz BL-1000 diff --git a/reference/format2.txt b/reference/format2.txt index 4d37d6469..9e2e5a4aa 100644 --- a/reference/format2.txt +++ b/reference/format2.txt @@ -18,7 +18,6 @@ file rw---- exif jpg Embedded Exif-GPS data (.jpg) file --r--- energympro cpo Energympro GPS training watch file ----rw enigma ert Enigma binary waypoint file (.ert) file rwrwrw shape shp ESRI shapefile -file --r--- f90g map F90G Automobile DVR GPS log file file --rwrw igc FAI/IGC Flight Recorder Data Format file -wrw-- garmin_fit fit Flexible and Interoperable Data Transfer (FIT) Activity file file rw---- flysight csv FlySight GPS File @@ -60,35 +59,16 @@ serial --r--- m241 Holux M-241 (MTK based) download file -w---- html html HTML Output file r-rwr- humminbird_ht ht Humminbird tracks (.ht) file rwr-rw humminbird hwr Humminbird waypoints and routes (.hwr) -file --rw-- ignrando rdn IGN Rando track files -file rw---- igoprimo_poi upoi iGo Primo points of interest (.upoi) -file rw---- igo2008_poi upoi iGO2008 points of interest (.upoi) -file --rw-- igo8 trk IGO8 .trk internal r-r-r- random Internal GPS data generator -file --rw-- kompass_tk wp Kompass (DAV) Track (.tk) -file rw---- kompass_wp wp Kompass (DAV) Waypoints (.wp) file rwrwrw lowranceusr usr Lowrance USR file rwrwrw magellanx upt Magellan SD files (as for eXplorist) file rwrwrw magellan Magellan SD files (as for Meridian) serial rwrwrw magellan Magellan serial protocol -file r-r--- ik3d ikt MagicMaps IK3D project file (.ikt) -file --rw-- mainnav nav Mainnav -file ----r- tef xml Map&Guide 'TourExchangeFormat' XML -file --rw-- mapasia_tr7 tr7 MapAsia track file (.tr7) -file --r--- mapbar trk Mapbar (China) navigation track for Sonim Xp3300 -file rw---- mapfactor xml Mapfactor Navigator -file rw---- mapconverter txt Mapopolis.com Mapconverter CSV -file rw---- mxf mxf MapTech Exchange Format -file r-r--- mtk_locus MediaTek Locus -file rwrwrw mmo mmo Memory-Map Navigator overlay files (.mmo) file rw---- s_and_t txt Microsoft Streets and Trips 2002-2007 serial r-r--- miniHomer MiniHomer, a skyTraq Venus 6 based logger (download tracks, waypoints and get/set POI) file --r--- garmin_xt Mobile Garmin XT Track files -file rw---- motoactv csv Motoactiv CSV -file ----rw bcr bcr Motorrad Routenplaner (Map&Guide) .bcr files file r-r--- mtk-bin bin MTK Logger (iBlue 747,...) Binary File Format serial r-r--- mtk MTK Logger (iBlue 747,Qstarz BT-1000,...) download -file --r--- mynav trc MyNav TRC format file rw---- tpg tpg National Geographic Topo .tpg (waypoints) file --r--- tpo2 tpo National Geographic Topo 2.x .tpo file r-r-r- tpo3 tpo National Geographic Topo 3.x/4.x .tpo @@ -100,7 +80,6 @@ file --rw-- navitel_trk bin Navitel binary track (.bin) file rw---- dna dna Navitrak DNA marker format file rw---- nima NIMA/GNIS Geographic Names File file rwrw-- nmea NMEA 0183 sentences -file rw---- lmx Nokia Landmark Exchange file rw-wrw osm osm OpenStreetMap data files file rwrwrw ozi OziExplorer file r-r--- qstarz_bl-1000 Qstarz BL-1000 diff --git a/reference/format3.txt b/reference/format3.txt index 37282d434..80516887e 100644 --- a/reference/format3.txt +++ b/reference/format3.txt @@ -176,8 +176,6 @@ option shape name Source for name field in .dbf string 0 https://www.gpsbabel. option shape url Source for URL field in .dbf string 0 https://www.gpsbabel.org/WEB_DOC_DIR/fmt_shape.html#fmt_shape_o_url -file --r--- f90g map F90G Automobile DVR GPS log file f90g - https://www.gpsbabel.org/WEB_DOC_DIR/fmt_f90g.html file --rwrw igc FAI/IGC Flight Recorder Data Format igc https://www.gpsbabel.org/WEB_DOC_DIR/fmt_igc.html option igc timeadj (integer sec or 'auto') Barograph to GPS time diff string https://www.gpsbabel.org/WEB_DOC_DIR/fmt_igc.html#fmt_igc_o_timeadj @@ -590,50 +588,6 @@ file r-rwr- humminbird_ht ht Humminbird tracks (.ht) humminbird_ht https://www.gpsbabel.org/WEB_DOC_DIR/fmt_humminbird_ht.html file rwr-rw humminbird hwr Humminbird waypoints and routes (.hwr) humminbird https://www.gpsbabel.org/WEB_DOC_DIR/fmt_humminbird.html -file --rw-- ignrando rdn IGN Rando track files ignrando - https://www.gpsbabel.org/WEB_DOC_DIR/fmt_ignrando.html -option ignrando index Index of track to write (if more than one in source) integer 1 https://www.gpsbabel.org/WEB_DOC_DIR/fmt_ignrando.html#fmt_ignrando_o_index - -file rw---- igoprimo_poi upoi iGo Primo points of interest (.upoi) xcsv - https://www.gpsbabel.org/WEB_DOC_DIR/fmt_igoprimo_poi.html -option igoprimo_poi snlen Max synthesized shortname length integer 1 https://www.gpsbabel.org/WEB_DOC_DIR/fmt_igoprimo_poi.html#fmt_igoprimo_poi_o_snlen - -option igoprimo_poi snwhite Allow whitespace synth. shortnames boolean https://www.gpsbabel.org/WEB_DOC_DIR/fmt_igoprimo_poi.html#fmt_igoprimo_poi_o_snwhite - -option igoprimo_poi snupper UPPERCASE synth. shortnames boolean https://www.gpsbabel.org/WEB_DOC_DIR/fmt_igoprimo_poi.html#fmt_igoprimo_poi_o_snupper - -option igoprimo_poi snunique Make synth. shortnames unique boolean https://www.gpsbabel.org/WEB_DOC_DIR/fmt_igoprimo_poi.html#fmt_igoprimo_poi_o_snunique - -option igoprimo_poi urlbase Basename prepended to URL on output string https://www.gpsbabel.org/WEB_DOC_DIR/fmt_igoprimo_poi.html#fmt_igoprimo_poi_o_urlbase - -option igoprimo_poi prefer_shortnames Use shortname instead of description boolean https://www.gpsbabel.org/WEB_DOC_DIR/fmt_igoprimo_poi.html#fmt_igoprimo_poi_o_prefer_shortnames - -option igoprimo_poi datum GPS datum (def. WGS 84) string https://www.gpsbabel.org/WEB_DOC_DIR/fmt_igoprimo_poi.html#fmt_igoprimo_poi_o_datum - -file rw---- igo2008_poi upoi iGO2008 points of interest (.upoi) xcsv - https://www.gpsbabel.org/WEB_DOC_DIR/fmt_igo2008_poi.html -option igo2008_poi snlen Max synthesized shortname length integer 1 https://www.gpsbabel.org/WEB_DOC_DIR/fmt_igo2008_poi.html#fmt_igo2008_poi_o_snlen - -option igo2008_poi snwhite Allow whitespace synth. shortnames boolean https://www.gpsbabel.org/WEB_DOC_DIR/fmt_igo2008_poi.html#fmt_igo2008_poi_o_snwhite - -option igo2008_poi snupper UPPERCASE synth. shortnames boolean https://www.gpsbabel.org/WEB_DOC_DIR/fmt_igo2008_poi.html#fmt_igo2008_poi_o_snupper - -option igo2008_poi snunique Make synth. shortnames unique boolean https://www.gpsbabel.org/WEB_DOC_DIR/fmt_igo2008_poi.html#fmt_igo2008_poi_o_snunique - -option igo2008_poi urlbase Basename prepended to URL on output string https://www.gpsbabel.org/WEB_DOC_DIR/fmt_igo2008_poi.html#fmt_igo2008_poi_o_urlbase - -option igo2008_poi prefer_shortnames Use shortname instead of description boolean https://www.gpsbabel.org/WEB_DOC_DIR/fmt_igo2008_poi.html#fmt_igo2008_poi_o_prefer_shortnames - -option igo2008_poi datum GPS datum (def. WGS 84) string https://www.gpsbabel.org/WEB_DOC_DIR/fmt_igo2008_poi.html#fmt_igo2008_poi_o_datum - -file --rw-- igo8 trk IGO8 .trk igo8 - https://www.gpsbabel.org/WEB_DOC_DIR/fmt_igo8.html -option igo8 tracknum Track identification number integer https://www.gpsbabel.org/WEB_DOC_DIR/fmt_igo8.html#fmt_igo8_o_tracknum - -option igo8 title Track title string https://www.gpsbabel.org/WEB_DOC_DIR/fmt_igo8.html#fmt_igo8_o_title - -option igo8 description Track description string https://www.gpsbabel.org/WEB_DOC_DIR/fmt_igo8.html#fmt_igo8_o_description - internal r-r-r- random Internal GPS data generator random https://www.gpsbabel.org/WEB_DOC_DIR/fmt_random.html option random points Generate # points integer 1 https://www.gpsbabel.org/WEB_DOC_DIR/fmt_random.html#fmt_random_o_points @@ -642,38 +596,6 @@ option random seed Starting seed of the internal number generator integer 1 ht option random nodelay Output realtime points without delay boolean https://www.gpsbabel.org/WEB_DOC_DIR/fmt_random.html#fmt_random_o_nodelay -file --rw-- kompass_tk wp Kompass (DAV) Track (.tk) xcsv - https://www.gpsbabel.org/WEB_DOC_DIR/fmt_kompass_tk.html -option kompass_tk snlen Max synthesized shortname length integer 1 https://www.gpsbabel.org/WEB_DOC_DIR/fmt_kompass_tk.html#fmt_kompass_tk_o_snlen - -option kompass_tk snwhite Allow whitespace synth. shortnames boolean https://www.gpsbabel.org/WEB_DOC_DIR/fmt_kompass_tk.html#fmt_kompass_tk_o_snwhite - -option kompass_tk snupper UPPERCASE synth. shortnames boolean https://www.gpsbabel.org/WEB_DOC_DIR/fmt_kompass_tk.html#fmt_kompass_tk_o_snupper - -option kompass_tk snunique Make synth. shortnames unique boolean https://www.gpsbabel.org/WEB_DOC_DIR/fmt_kompass_tk.html#fmt_kompass_tk_o_snunique - -option kompass_tk urlbase Basename prepended to URL on output string https://www.gpsbabel.org/WEB_DOC_DIR/fmt_kompass_tk.html#fmt_kompass_tk_o_urlbase - -option kompass_tk prefer_shortnames Use shortname instead of description boolean https://www.gpsbabel.org/WEB_DOC_DIR/fmt_kompass_tk.html#fmt_kompass_tk_o_prefer_shortnames - -option kompass_tk datum GPS datum (def. WGS 84) string https://www.gpsbabel.org/WEB_DOC_DIR/fmt_kompass_tk.html#fmt_kompass_tk_o_datum - -file rw---- kompass_wp wp Kompass (DAV) Waypoints (.wp) xcsv - https://www.gpsbabel.org/WEB_DOC_DIR/fmt_kompass_wp.html -option kompass_wp snlen Max synthesized shortname length integer 1 https://www.gpsbabel.org/WEB_DOC_DIR/fmt_kompass_wp.html#fmt_kompass_wp_o_snlen - -option kompass_wp snwhite Allow whitespace synth. shortnames boolean https://www.gpsbabel.org/WEB_DOC_DIR/fmt_kompass_wp.html#fmt_kompass_wp_o_snwhite - -option kompass_wp snupper UPPERCASE synth. shortnames boolean https://www.gpsbabel.org/WEB_DOC_DIR/fmt_kompass_wp.html#fmt_kompass_wp_o_snupper - -option kompass_wp snunique Make synth. shortnames unique boolean https://www.gpsbabel.org/WEB_DOC_DIR/fmt_kompass_wp.html#fmt_kompass_wp_o_snunique - -option kompass_wp urlbase Basename prepended to URL on output string https://www.gpsbabel.org/WEB_DOC_DIR/fmt_kompass_wp.html#fmt_kompass_wp_o_urlbase - -option kompass_wp prefer_shortnames Use shortname instead of description boolean https://www.gpsbabel.org/WEB_DOC_DIR/fmt_kompass_wp.html#fmt_kompass_wp_o_prefer_shortnames - -option kompass_wp datum GPS datum (def. WGS 84) string https://www.gpsbabel.org/WEB_DOC_DIR/fmt_kompass_wp.html#fmt_kompass_wp_o_datum - file rwrwrw lowranceusr usr Lowrance USR lowranceusr https://www.gpsbabel.org/WEB_DOC_DIR/fmt_lowranceusr.html option lowranceusr ignoreicons (USR input) Ignore event marker icons on read boolean https://www.gpsbabel.org/WEB_DOC_DIR/fmt_lowranceusr.html#fmt_lowranceusr_o_ignoreicons @@ -716,86 +638,6 @@ option magellan noack Suppress use of handshaking in name of speed boolean ht option magellan nukewpt Delete all waypoints boolean https://www.gpsbabel.org/WEB_DOC_DIR/fmt_magellan.html#fmt_magellan_o_nukewpt -file r-r--- ik3d ikt MagicMaps IK3D project file (.ikt) ik3d - https://www.gpsbabel.org/WEB_DOC_DIR/fmt_ik3d.html -file --rw-- mainnav nav Mainnav xcsv - https://www.gpsbabel.org/WEB_DOC_DIR/fmt_mainnav.html -option mainnav snlen Max synthesized shortname length integer 1 https://www.gpsbabel.org/WEB_DOC_DIR/fmt_mainnav.html#fmt_mainnav_o_snlen - -option mainnav snwhite Allow whitespace synth. shortnames boolean https://www.gpsbabel.org/WEB_DOC_DIR/fmt_mainnav.html#fmt_mainnav_o_snwhite - -option mainnav snupper UPPERCASE synth. shortnames boolean https://www.gpsbabel.org/WEB_DOC_DIR/fmt_mainnav.html#fmt_mainnav_o_snupper - -option mainnav snunique Make synth. shortnames unique boolean https://www.gpsbabel.org/WEB_DOC_DIR/fmt_mainnav.html#fmt_mainnav_o_snunique - -option mainnav urlbase Basename prepended to URL on output string https://www.gpsbabel.org/WEB_DOC_DIR/fmt_mainnav.html#fmt_mainnav_o_urlbase - -option mainnav prefer_shortnames Use shortname instead of description boolean https://www.gpsbabel.org/WEB_DOC_DIR/fmt_mainnav.html#fmt_mainnav_o_prefer_shortnames - -option mainnav datum GPS datum (def. WGS 84) string https://www.gpsbabel.org/WEB_DOC_DIR/fmt_mainnav.html#fmt_mainnav_o_datum - -file ----r- tef xml Map&Guide 'TourExchangeFormat' XML tef - https://www.gpsbabel.org/WEB_DOC_DIR/fmt_tef.html -option tef routevia Include only via stations in route boolean https://www.gpsbabel.org/WEB_DOC_DIR/fmt_tef.html#fmt_tef_o_routevia - -file --rw-- mapasia_tr7 tr7 MapAsia track file (.tr7) mapasia_tr7 - https://www.gpsbabel.org/WEB_DOC_DIR/fmt_mapasia_tr7.html -file --r--- mapbar trk Mapbar (China) navigation track for Sonim Xp3300 mapbar - https://www.gpsbabel.org/WEB_DOC_DIR/fmt_mapbar.html -file rw---- mapfactor xml Mapfactor Navigator mapfactor - https://www.gpsbabel.org/WEB_DOC_DIR/fmt_mapfactor.html -file rw---- mapconverter txt Mapopolis.com Mapconverter CSV xcsv - https://www.gpsbabel.org/WEB_DOC_DIR/fmt_mapconverter.html -option mapconverter snlen Max synthesized shortname length integer 1 https://www.gpsbabel.org/WEB_DOC_DIR/fmt_mapconverter.html#fmt_mapconverter_o_snlen - -option mapconverter snwhite Allow whitespace synth. shortnames boolean https://www.gpsbabel.org/WEB_DOC_DIR/fmt_mapconverter.html#fmt_mapconverter_o_snwhite - -option mapconverter snupper UPPERCASE synth. shortnames boolean https://www.gpsbabel.org/WEB_DOC_DIR/fmt_mapconverter.html#fmt_mapconverter_o_snupper - -option mapconverter snunique Make synth. shortnames unique boolean https://www.gpsbabel.org/WEB_DOC_DIR/fmt_mapconverter.html#fmt_mapconverter_o_snunique - -option mapconverter urlbase Basename prepended to URL on output string https://www.gpsbabel.org/WEB_DOC_DIR/fmt_mapconverter.html#fmt_mapconverter_o_urlbase - -option mapconverter prefer_shortnames Use shortname instead of description boolean https://www.gpsbabel.org/WEB_DOC_DIR/fmt_mapconverter.html#fmt_mapconverter_o_prefer_shortnames - -option mapconverter datum GPS datum (def. WGS 84) string https://www.gpsbabel.org/WEB_DOC_DIR/fmt_mapconverter.html#fmt_mapconverter_o_datum - -file rw---- mxf mxf MapTech Exchange Format xcsv - https://www.gpsbabel.org/WEB_DOC_DIR/fmt_mxf.html -option mxf snlen Max synthesized shortname length integer 1 https://www.gpsbabel.org/WEB_DOC_DIR/fmt_mxf.html#fmt_mxf_o_snlen - -option mxf snwhite Allow whitespace synth. shortnames boolean https://www.gpsbabel.org/WEB_DOC_DIR/fmt_mxf.html#fmt_mxf_o_snwhite - -option mxf snupper UPPERCASE synth. shortnames boolean https://www.gpsbabel.org/WEB_DOC_DIR/fmt_mxf.html#fmt_mxf_o_snupper - -option mxf snunique Make synth. shortnames unique boolean https://www.gpsbabel.org/WEB_DOC_DIR/fmt_mxf.html#fmt_mxf_o_snunique - -option mxf urlbase Basename prepended to URL on output string https://www.gpsbabel.org/WEB_DOC_DIR/fmt_mxf.html#fmt_mxf_o_urlbase - -option mxf prefer_shortnames Use shortname instead of description boolean https://www.gpsbabel.org/WEB_DOC_DIR/fmt_mxf.html#fmt_mxf_o_prefer_shortnames - -option mxf datum GPS datum (def. WGS 84) string https://www.gpsbabel.org/WEB_DOC_DIR/fmt_mxf.html#fmt_mxf_o_datum - -file r-r--- mtk_locus MediaTek Locus mtk_locus - https://www.gpsbabel.org/WEB_DOC_DIR/fmt_mtk_locus.html -option mtk_locus baudrate Speed in bits per second of serial port (autodetect=0) integer 0 https://www.gpsbabel.org/WEB_DOC_DIR/fmt_mtk_locus.html#fmt_mtk_locus_o_baudrate - -option mtk_locus download Download logged fixes boolean 1 https://www.gpsbabel.org/WEB_DOC_DIR/fmt_mtk_locus.html#fmt_mtk_locus_o_download - -option mtk_locus erase Erase device data after download boolean 0 https://www.gpsbabel.org/WEB_DOC_DIR/fmt_mtk_locus.html#fmt_mtk_locus_o_erase - -option mtk_locus status Show device status boolean 0 https://www.gpsbabel.org/WEB_DOC_DIR/fmt_mtk_locus.html#fmt_mtk_locus_o_status - -option mtk_locus enable Enable logging after download boolean 0 https://www.gpsbabel.org/WEB_DOC_DIR/fmt_mtk_locus.html#fmt_mtk_locus_o_enable - -file rwrwrw mmo mmo Memory-Map Navigator overlay files (.mmo) mmo - https://www.gpsbabel.org/WEB_DOC_DIR/fmt_mmo.html -option mmo locked Write items 'locked' [default no] boolean 0 https://www.gpsbabel.org/WEB_DOC_DIR/fmt_mmo.html#fmt_mmo_o_locked - -option mmo visible Write items 'visible' [default yes] boolean 1 https://www.gpsbabel.org/WEB_DOC_DIR/fmt_mmo.html#fmt_mmo_o_visible - -option mmo ver Write files with internal version [n] integer 17 18 https://www.gpsbabel.org/WEB_DOC_DIR/fmt_mmo.html#fmt_mmo_o_ver - file rw---- s_and_t txt Microsoft Streets and Trips 2002-2007 xcsv https://www.gpsbabel.org/WEB_DOC_DIR/fmt_s_and_t.html option s_and_t snlen Max synthesized shortname length integer 1 https://www.gpsbabel.org/WEB_DOC_DIR/fmt_s_and_t.html#fmt_s_and_t_o_snlen @@ -850,32 +692,6 @@ option garmin_xt ftype Garmin Mobile XT ([ATRK]/STRK) string ATRK https://www. option garmin_xt trk_header Track name processing option ([0]-nrm/1-ign) integer 0 https://www.gpsbabel.org/WEB_DOC_DIR/fmt_garmin_xt.html#fmt_garmin_xt_o_trk_header -file rw---- motoactv csv Motoactiv CSV xcsv - https://www.gpsbabel.org/WEB_DOC_DIR/fmt_motoactv.html -option motoactv snlen Max synthesized shortname length integer 1 https://www.gpsbabel.org/WEB_DOC_DIR/fmt_motoactv.html#fmt_motoactv_o_snlen - -option motoactv snwhite Allow whitespace synth. shortnames boolean https://www.gpsbabel.org/WEB_DOC_DIR/fmt_motoactv.html#fmt_motoactv_o_snwhite - -option motoactv snupper UPPERCASE synth. shortnames boolean https://www.gpsbabel.org/WEB_DOC_DIR/fmt_motoactv.html#fmt_motoactv_o_snupper - -option motoactv snunique Make synth. shortnames unique boolean https://www.gpsbabel.org/WEB_DOC_DIR/fmt_motoactv.html#fmt_motoactv_o_snunique - -option motoactv urlbase Basename prepended to URL on output string https://www.gpsbabel.org/WEB_DOC_DIR/fmt_motoactv.html#fmt_motoactv_o_urlbase - -option motoactv prefer_shortnames Use shortname instead of description boolean https://www.gpsbabel.org/WEB_DOC_DIR/fmt_motoactv.html#fmt_motoactv_o_prefer_shortnames - -option motoactv datum GPS datum (def. WGS 84) string https://www.gpsbabel.org/WEB_DOC_DIR/fmt_motoactv.html#fmt_motoactv_o_datum - -file ----rw bcr bcr Motorrad Routenplaner (Map&Guide) .bcr files bcr - https://www.gpsbabel.org/WEB_DOC_DIR/fmt_bcr.html -option bcr index Index of route to write (if more than one in source) integer 1 https://www.gpsbabel.org/WEB_DOC_DIR/fmt_bcr.html#fmt_bcr_o_index - -option bcr name New name for the route string https://www.gpsbabel.org/WEB_DOC_DIR/fmt_bcr.html#fmt_bcr_o_name - -option bcr radius Radius of our big earth (default 6371000 meters) float 6371000 https://www.gpsbabel.org/WEB_DOC_DIR/fmt_bcr.html#fmt_bcr_o_radius - -option bcr prefer_shortnames Use shortname instead of description boolean https://www.gpsbabel.org/WEB_DOC_DIR/fmt_bcr.html#fmt_bcr_o_prefer_shortnames - file r-r--- mtk-bin bin MTK Logger (iBlue 747,...) Binary File Format mtk-bin https://www.gpsbabel.org/WEB_DOC_DIR/fmt_mtk-bin.html option mtk-bin csv MTK compatible CSV output file string https://www.gpsbabel.org/WEB_DOC_DIR/fmt_mtk-bin.html#fmt_mtk-bin_o_csv @@ -892,8 +708,6 @@ option mtk csv MTK compatible CSV output file string https://www.gpsbabel.org option mtk block_size_kb Size of blocks in KB to request from device integer 1 1 64 https://www.gpsbabel.org/WEB_DOC_DIR/fmt_mtk.html#fmt_mtk_o_block_size_kb -file --r--- mynav trc MyNav TRC format mynav - https://www.gpsbabel.org/WEB_DOC_DIR/fmt_mynav.html file rw---- tpg tpg National Geographic Topo .tpg (waypoints) tpg https://www.gpsbabel.org/WEB_DOC_DIR/fmt_tpg.html option tpg datum Datum (default=NAD27) string N. America 1927 mean https://www.gpsbabel.org/WEB_DOC_DIR/fmt_tpg.html#fmt_tpg_o_datum @@ -996,10 +810,6 @@ option nmea gisteq Write tracks for Gisteq Phototracker boolean 0 https://www. option nmea ignore_fix Accept position fixes in gpgga marked invalid boolean 0 https://www.gpsbabel.org/WEB_DOC_DIR/fmt_nmea.html#fmt_nmea_o_ignore_fix -file rw---- lmx Nokia Landmark Exchange lmx - https://www.gpsbabel.org/WEB_DOC_DIR/fmt_lmx.html -option lmx binary Compact binary representation boolean https://www.gpsbabel.org/WEB_DOC_DIR/fmt_lmx.html#fmt_lmx_o_binary - file rw-wrw osm osm OpenStreetMap data files osm https://www.gpsbabel.org/WEB_DOC_DIR/fmt_osm.html option osm tag Write additional way tag key/value pairs string https://www.gpsbabel.org/WEB_DOC_DIR/fmt_osm.html#fmt_osm_o_tag diff --git a/reference/help.txt b/reference/help.txt index 82ad34032..ba5f23227 100644 --- a/reference/help.txt +++ b/reference/help.txt @@ -96,7 +96,6 @@ File Types (-i and -o options): shape ESRI shapefile name Source for name field in .dbf url Source for URL field in .dbf - f90g F90G Automobile DVR GPS log file igc FAI/IGC Flight Recorder Data Format timeadj (integer sec or 'auto') Barograph to GPS time diff garmin_fit Flexible and Interoperable Data Transfer (FIT) Act @@ -297,44 +296,6 @@ File Types (-i and -o options): altunits Units for altitude (f)eet or (m)etres humminbird_ht Humminbird tracks (.ht) humminbird Humminbird waypoints and routes (.hwr) - ignrando IGN Rando track files - index Index of track to write (if more than one in sourc - igoprimo_poi iGo Primo points of interest (.upoi) - snlen Max synthesized shortname length - snwhite (0/1) Allow whitespace synth. shortnames - snupper (0/1) UPPERCASE synth. shortnames - snunique (0/1) Make synth. shortnames unique - urlbase Basename prepended to URL on output - prefer_shortnames (0/1) Use shortname instead of description - datum GPS datum (def. WGS 84) - igo2008_poi iGO2008 points of interest (.upoi) - snlen Max synthesized shortname length - snwhite (0/1) Allow whitespace synth. shortnames - snupper (0/1) UPPERCASE synth. shortnames - snunique (0/1) Make synth. shortnames unique - urlbase Basename prepended to URL on output - prefer_shortnames (0/1) Use shortname instead of description - datum GPS datum (def. WGS 84) - igo8 IGO8 .trk - tracknum Track identification number - title Track title - description Track description - kompass_tk Kompass (DAV) Track (.tk) - snlen Max synthesized shortname length - snwhite (0/1) Allow whitespace synth. shortnames - snupper (0/1) UPPERCASE synth. shortnames - snunique (0/1) Make synth. shortnames unique - urlbase Basename prepended to URL on output - prefer_shortnames (0/1) Use shortname instead of description - datum GPS datum (def. WGS 84) - kompass_wp Kompass (DAV) Waypoints (.wp) - snlen Max synthesized shortname length - snwhite (0/1) Allow whitespace synth. shortnames - snupper (0/1) UPPERCASE synth. shortnames - snunique (0/1) Make synth. shortnames unique - urlbase Basename prepended to URL on output - prefer_shortnames (0/1) Use shortname instead of description - datum GPS datum (def. WGS 84) lowranceusr Lowrance USR ignoreicons (0/1) (USR input) Ignore event marker icons on read writeasicons (0/1) (USR output) Treat waypoints as icons on write @@ -356,46 +317,6 @@ File Types (-i and -o options): baud Numeric value of bitrate (baud=4800) noack (0/1) Suppress use of handshaking in name of speed nukewpt (0/1) Delete all waypoints - ik3d MagicMaps IK3D project file (.ikt) - mainnav Mainnav - snlen Max synthesized shortname length - snwhite (0/1) Allow whitespace synth. shortnames - snupper (0/1) UPPERCASE synth. shortnames - snunique (0/1) Make synth. shortnames unique - urlbase Basename prepended to URL on output - prefer_shortnames (0/1) Use shortname instead of description - datum GPS datum (def. WGS 84) - tef Map&Guide 'TourExchangeFormat' XML - routevia (0/1) Include only via stations in route - mapasia_tr7 MapAsia track file (.tr7) - mapbar Mapbar (China) navigation track for Sonim Xp3300 - mapfactor Mapfactor Navigator - mapconverter Mapopolis.com Mapconverter CSV - snlen Max synthesized shortname length - snwhite (0/1) Allow whitespace synth. shortnames - snupper (0/1) UPPERCASE synth. shortnames - snunique (0/1) Make synth. shortnames unique - urlbase Basename prepended to URL on output - prefer_shortnames (0/1) Use shortname instead of description - datum GPS datum (def. WGS 84) - mxf MapTech Exchange Format - snlen Max synthesized shortname length - snwhite (0/1) Allow whitespace synth. shortnames - snupper (0/1) UPPERCASE synth. shortnames - snunique (0/1) Make synth. shortnames unique - urlbase Basename prepended to URL on output - prefer_shortnames (0/1) Use shortname instead of description - datum GPS datum (def. WGS 84) - mtk_locus MediaTek Locus - baudrate Speed in bits per second of serial port (autodetec - download (0/1) Download logged fixes - erase (0/1) Erase device data after download - status (0/1) Show device status - enable (0/1) Enable logging after download - mmo Memory-Map Navigator overlay files (.mmo) - locked (0/1) Write items 'locked' [default no] - visible (0/1) Write items 'visible' [default yes] - ver Write files with internal version [n] s_and_t Microsoft Streets and Trips 2002-2007 snlen Max synthesized shortname length snwhite (0/1) Allow whitespace synth. shortnames @@ -423,19 +344,6 @@ File Types (-i and -o options): garmin_xt Mobile Garmin XT Track files ftype Garmin Mobile XT ([ATRK]/STRK) (required) trk_header Track name processing option ([0]-nrm/1-ign) - motoactv Motoactiv CSV - snlen Max synthesized shortname length - snwhite (0/1) Allow whitespace synth. shortnames - snupper (0/1) UPPERCASE synth. shortnames - snunique (0/1) Make synth. shortnames unique - urlbase Basename prepended to URL on output - prefer_shortnames (0/1) Use shortname instead of description - datum GPS datum (def. WGS 84) - bcr Motorrad Routenplaner (Map&Guide) .bcr files - index Index of route to write (if more than one in sourc - name New name for the route - radius Radius of our big earth (default 6371000 meters) - prefer_shortnames (0/1) Use shortname instead of description mtk-bin MTK Logger (iBlue 747,...) Binary File Format csv MTK compatible CSV output file mtk MTK Logger (iBlue 747,Qstarz BT-1000,...) download @@ -444,7 +352,6 @@ File Types (-i and -o options): log_enable (0/1) Enable logging after download csv MTK compatible CSV output file block_size_kb Size of blocks in KB to request from device - mynav MyNav TRC format tpg National Geographic Topo .tpg (waypoints) datum Datum (default=NAD27) tpo2 National Geographic Topo 2.x .tpo @@ -496,8 +403,6 @@ File Types (-i and -o options): baud Speed in bits per second of serial port (baud=4800 gisteq (0/1) Write tracks for Gisteq Phototracker ignore_fix (0/1) Accept position fixes in gpgga marked invalid - lmx Nokia Landmark Exchange - binary (0/1) Compact binary representation osm OpenStreetMap data files tag Write additional way tag key/value pairs tagnd Write additional node tag key/value pairs diff --git a/reference/igo2008_poi.upoi b/reference/igo2008_poi.upoi deleted file mode 100644 index 617004363b599500009182e679ac889a9ade8e0a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1850 zcmcJP+fKqj6h-&5iT@xUfT7T0dE~)Bj1r^KchE+RfCfs8hHqEbnW14+Y|xx<@OJ@=)3z0r`p*6fvU{fxP;@N=Z5`?rpg7Jg2g?>re+Msk38WGe^JB z1hq>&pzcOD-7ToRVd+Or7M=TPoJNg7$#No*|x@1?Q&-mZlsz<$y)iP3j$5T{U z&NDbC?i{jpA!rd@qbt}Vm+KU}MK@g4y_fOCwRi^9sa4d>DJ$wTcJMyx#dZ123i(6 - - - - - 3 - ! constructed waypoint ! - ! constructed waypoint ! - - - Altenburg-Umgehung - ! constructed waypoint ! - ! constructed waypoint ! - - - Elsterberg - ! constructed waypoint ! - ! constructed waypoint ! - - - Gosel - ! constructed waypoint ! - ! constructed waypoint ! - - - Greiz - ! constructed waypoint ! - ! constructed waypoint ! - - - HMMMM - No comment - No comment - - - Jahnstrasse - ! constructed waypoint ! - ! constructed waypoint ! - - - Liebknechtstrasse - ! constructed waypoint ! - ! constructed waypoint ! - - - NARVA - Start - Start - - diff --git a/reference/igoprimo_poi.upoi b/reference/igoprimo_poi.upoi deleted file mode 100644 index 7bfa7363085cdcea2f7c597946351d61efd86286..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1444 zcma)+Ur*aW5XASn65qjZ1*%pgu^s!ZG-<0!1R+4;v2saLP(zIJhZf17o%T0-oCpX< z)yc_u@4T}!J9mE{I@Z`n`(l;dS#4`u*tM-}VoTx!qAR=NZA`qfnI-I*@_R-+v2)gH zyJ2O?+lcvsy$z#hg?-@Z+W}8%LV3@uPqag<$D`5McQE%E`bzUVvT5G+p`DE#l6OX3 zbNdNy&HwAQ9r=pBerLPj?18!KHS~O*kuxJ6(6w*J-Vocaz^yA%JNr}kO_@#Xl1f5F ziJefB)|D|bFRXOt${v{?ICkc`v@>sPNaiK^)eGT7)d!BUM)4o41f7H#nMkX)UXI8# zbnVo~vAy*UZ`PYquR8WrZwi}|r-N$k^>*o_cBsb#98u8)X)|No6Z-@Y>GKQau2D|t z2|MMMTmO~ICd7tBBA?Kkl=n797w)?&az6P&Io6IW2PgK;YnhOD&TdsD_XH;&@)j#t zId14(374+-t|S_Jm*QgiH~SAQa?ANrXGF-+xr$T_b#>0l+*MEwfpeQ@`+gF1l5}2z zF6u{{F5+DKIZFIo3t5@T;l4bx&tApz`>6o6@cSvJK55+LUFR_H{Rhoh B@uUC% diff --git a/reference/igoprimo_poi~upoi.gpx b/reference/igoprimo_poi~upoi.gpx deleted file mode 100644 index e82a58911..000000000 --- a/reference/igoprimo_poi~upoi.gpx +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - Cathedral of St Thomas More - Cathedral of St Thomas More - Cathedral of St Thomas More - - - Capitol Reflecting Pool - Capitol Reflecting Pool - Capitol Reflecting Pool - - - McDonald's - McDonald's - McDonald's - - - Washington Dulles International Airport - Washington Dulles International Airport - Washington Dulles International Airport - - - Inova Fairfax Medical Campus - Inova Fairfax Medical Campus - Inova Fairfax Medical Campus - - - Nationals Park - Nationals Park - Nationals Park - - diff --git a/reference/igoprimo_poi~upoi.ucsv b/reference/igoprimo_poi~upoi.ucsv deleted file mode 100644 index 3af994f90..000000000 --- a/reference/igoprimo_poi~upoi.ucsv +++ /dev/null @@ -1,7 +0,0 @@ -No,Latitude,Longitude,Name,Address,City,PostalCode,Phone -1,38.870741,-77.103000,"Cathedral of St Thomas More","Cathedral Ln","Arlington","22203","+(1)-(703)-5251300" -2,38.889742,-77.013587,"Capitol Reflecting Pool",,"District of Columbia",, -3,38.884787,-77.439315,"McDonald's","Brookfield Corporate Dr","Chantilly","20151", -4,38.952749,-77.447755,"Washington Dulles International Airport","Saarinen Cir","Sterling","20166","+(1)-(703)-5722700" -5,38.857596,-77.226819,"Inova Fairfax Medical Campus","Gallows Rd","Fairfax","22031","+(1)-(703)-7764001" -6,38.871771,-77.008025,"Nationals Park","S Capitol St SE","Washington","20003","+(1)-(888)-6326287" diff --git a/reference/ik3d-sample.gpx b/reference/ik3d-sample.gpx deleted file mode 100644 index 9b19c1eef..000000000 --- a/reference/ik3d-sample.gpx +++ /dev/null @@ -1,82 +0,0 @@ - - - - - - Jahnstrasse - Jahnstrasse 11 - Jahnstrasse 11 - - - Liebknechtstrasse - Liebknechtstrasse 90 - Liebknechtstrasse 90 - - - NARVA - Start - Start - - - NARVA to Jahnstrasse - - - - - - - - - - - - - - - ACTIVE LOG 006 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/reference/ik3d-sample.ikt b/reference/ik3d-sample.ikt deleted file mode 100644 index 441bb9a8b..000000000 --- a/reference/ik3d-sample.ikt +++ /dev/null @@ -1,433 +0,0 @@ - - - - - Germany TK25 Demo - 1.1 - - German - -
- Undefiniert - 5 - -
- - - 5 - - 0 - Jahnstrasse - - - 0 - 132048172029964614 - False - - 1 - 1 - - Jahnstrasse 11 - - - 2 - True - 32.0000000000 - 1.0000000000 - - - 16.0000000000 - 1 - .\default.jpg - 0 - False - 0.0000000000 - 1 - 1.0000000000 - - - Jahnstrasse 11 - - - 2 - False - 99.0000000000 - 1.0000000000 - - - 180.0000000000 - 1 - .\default.jpg - False - -36.0000000000 - 1 - 0.2500000000 - - - - 0 - Liebknechtstrasse - - - 1 - 194043035650486614 - False - - 1 - 1 - - Liebknechtstrasse 90 - - - 2 - True - 32.0000000000 - 1.0000000000 - - - 16.0000000000 - 1 - .\default.jpg - 0 - False - 0.0000000000 - 1 - 1.0000000000 - - - Liebknechtstrasse 90 - - - 2 - False - 100.0000000000 - 1.0000000000 - - - 180.0000000000 - 1 - .\default.jpg - False - -36.0000000000 - 1 - 0.2500000000 - - - - 0 - NARVA - - - 2 - 319457729961128278 - False - - 1 - 1 - - Start - - - 2 - True - 32.0000000000 - 1.0000000000 - - - 16.0000000000 - 1 - .\default.jpg - 0 - False - 0.0000000000 - 1 - 1.0000000000 - - - Start - - - 2 - False - 99.0000000000 - 1.0000000000 - - - 180.0000000000 - 1 - .\default.jpg - False - -36.0000000000 - 1 - 0.2500000000 - - - - 1 - NARVA to Jahnstrasse - - - 3 - 232341224669180246 - False - 1.0000000000 - 5 - - 10 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1.0000000000 - False - 12 - - - - - - 1.0000000000 - False - - - - 1 - ACTIVE LOG 006 - - - 4 - 387926518045995350 - False - 1.0000000000 - 5 - - 42 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1.0000000000 - False - 12 - - - - - - 1.0000000000 - False - - - - -
diff --git a/reference/mapfactor.xml b/reference/mapfactor.xml deleted file mode 100644 index 6ff2d7430..000000000 --- a/reference/mapfactor.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/reference/mapfactor~gpx.gpx b/reference/mapfactor~gpx.gpx deleted file mode 100644 index d909cf37d..000000000 --- a/reference/mapfactor~gpx.gpx +++ /dev/null @@ -1,50 +0,0 @@ - - - - - - Hoverdal F1 Sørup sande - Hoverdal F1 Sørup sande - Hoverdal F1 Sørup sande - - - Hoverdal F2 Hulmose - Hoverdal F2 Hulmose - Hoverdal F2 Hulmose - - - Hoverdal F2-1 - Hoverdal F2-1 - Hoverdal F2-1 - - - Hoverdal F3 Oldtidsagre - Hoverdal F3 Oldtidsagre - Hoverdal F3 Oldtidsagre - - - Hoverdal I1 - Hoverdal I1 - Hoverdal I1 - - - Hoverdal I2 - Hoverdal I2 - Hoverdal I2 - - - Hoverdal I3 - Hoverdal I3 - Hoverdal I3 - - - Hoverdal I4 Sø - Hoverdal I4 Sø - Hoverdal I4 Sø - - - Hoverdal P1 - Hoverdal P1 - Hoverdal P1 - - diff --git a/reference/mtk_locus.gpx b/reference/mtk_locus.gpx deleted file mode 100644 index 736d1e788..000000000 --- a/reference/mtk_locus.gpx +++ /dev/null @@ -1,118 +0,0 @@ - - - - - - 1117.000 - - WPT001 - WPT001 - WPT001 - 3d - - - 1116.000 - - WPT002 - WPT002 - WPT002 - 3d - - - 1115.000 - - WPT003 - WPT003 - WPT003 - 3d - - - 1115.000 - - WPT004 - WPT004 - WPT004 - 3d - - - 1114.000 - - WPT005 - WPT005 - WPT005 - 3d - - - 1112.000 - - WPT006 - WPT006 - WPT006 - 3d - - - 1111.000 - - WPT007 - WPT007 - WPT007 - 3d - - - 1108.000 - - WPT008 - WPT008 - WPT008 - 3d - - - 1106.000 - - WPT009 - WPT009 - WPT009 - 3d - - - 1106.000 - - WPT010 - WPT010 - WPT010 - 3d - - - 1104.000 - - WPT011 - WPT011 - WPT011 - 3d - - - 1103.000 - - WPT012 - WPT012 - WPT012 - 3d - - - 1101.000 - - WPT013 - WPT013 - WPT013 - 3d - - - 1097.000 - - WPT014 - WPT014 - WPT014 - 3d - - - diff --git a/reference/mtk_locus.nmea b/reference/mtk_locus.nmea deleted file mode 100644 index 520e196ac..000000000 --- a/reference/mtk_locus.nmea +++ /dev/null @@ -1,16 +0,0 @@ -blah7.000,A,5103.6616,N,11407.4451,W,0.63,333.96,261012,,,A*7D -$GPVTG,333.96,T,,M,0.63,N,1.17,K,A*33 -$PGTOP,11,2*6E -$GPGGA,192518.000,5103.6617,N,11407.4452,W,1,8,1.10,1091.7,M,-17.5,M,,*55 -$GPGSA,A,3,05,10,29,02,25,04,12,31,,,,,2.08,1.10,1.76*07 -$GPRMC,192518.000,A,5103.6617,N,11407.4452,W,0.38,333.96,261012,,,A*7E -$GPVTG,333.96,T,,M,0.38,N,0.71,K,A*3C -$PMTKLOX,0,3*5A -$PMTKLOX,1,0,0100010A,1F000000,0F000000,0000100A,00000000,00000000,00000000,00000000,00000000,00000000,00000000,0000001F,FFFFFFFF,FFFFFFFF,FFFFFFFF,000C8C14,4FD08A50,029E3E4C,42853FE4,C25D042C,5ED08A50,02B03E4C,42903FE4,C25C0407*5B -$PMTKLOX,1,1,6DD08A50,02BC3E4C,42973FE4,C25B0438,7CD08A50,02B93E4C,42933FE4,C25B0428,8BD08A50,02BC3E4C,42943FE4,C25A04DC,9AD08A50,02B73E4C,42903FE4,C25804C0,A9D08A50,02AA3E4C,42883FE4,C25704F9,B8D08A50,029E3E4C,42843FE4,C25404D3*26 -$PMTKLOX,1,2,C7D08A50,02983E4C,42843FE4,C25204AC,D6D08A50,02973E4C,42853FE4,C25204B3,E5D08A50,02983E4C,428D3FE4,C2500485,F4D08A50,02943E4C,428C3FE4,C24F0486,03D18A50,02983E4C,42863FE4,C24D0474,12D18A50,02AB3E4C,42783FE4,C24904AC*23 -$PMTKLOX,2*47 -$PGTOP,11,2*6E -$GPGGA,192539.000,5103.6648,N,11407.4450,W,1,8,1.10,1092.1,M,-17.5,M,,*5B -$GPGSA,A,3,05,10,29,02,25,04,12,31,,,,,2.08,1.10,1.77*06 -$GPGSV,3,1,11,02,75,084,31,12,63,194,21,25,58,284,26,10,41,083,21*70 diff --git a/reference/mxf.mxf b/reference/mxf.mxf deleted file mode 100644 index 98d93d1a0..000000000 --- a/reference/mxf.mxf +++ /dev/null @@ -1,9 +0,0 @@ -35.97203, -87.13470, "Mountain Bike Heaven by susy1313", "GCEBB", "Mountain Bike Heaven by susy1313", ff0000, 47 -36.09068, -86.67955, "The Troll by a182pilot & Family", "GC1A37", "The Troll by a182pilot & Family", ff0000, 47 -35.99627, -86.62012, "Dive Bomber by JoGPS & family", "GC1C2B", "Dive Bomber by JoGPS & family", ff0000, 47 -36.03848, -86.64862, "FOSTER by JoGPS & Family", "GC25A9", "FOSTER by JoGPS & Family", ff0000, 47 -36.11218, -86.74177, "Logan Lighthouse by JoGps & Family", "GC2723", "Logan Lighthouse by JoGps & Family", ff0000, 47 -36.06408, -86.79052, "Ganier Cache by Susy1313", "GC2B71", "Ganier Cache by Susy1313", ff0000, 47 -36.08777, -86.80973, "Shy's Hill by FireFighterEng33", "GC309F", "Shy's Hill by FireFighterEng33", ff0000, 47 -36.05750, -86.89200, "GittyUp by JoGPS / Warner Parks", "GC317A", "GittyUp by JoGPS / Warner Parks", ff0000, 47 -36.08280, -86.86728, "Inlighting by JoGPS / Warner Parks", "GC317D", "Inlighting by JoGPS / Warner Parks", ff0000, 47 diff --git a/style/igo2008_poi.style b/style/igo2008_poi.style deleted file mode 100644 index 9a1e6a34f..000000000 --- a/style/igo2008_poi.style +++ /dev/null @@ -1,33 +0,0 @@ -# gpsbabel XCSV style file -# -# Format: iGO2008 points of interest -# Author: Olaf Klein -# Date: 09/05/2008 -# -DESCRIPTION iGO2008 points of interest (.upoi) -EXTENSION upoi -DATATYPE WAYPOINT -# -# FILE LAYOUT DEFINITIIONS: -# -FIELD_DELIMITER PIPE -RECORD_DELIMITER CRNEWLINE -BADCHARS "| -ENCODING windows-1252 -# -# INDIVIDUAL DATA FIELDS, IN ORDER OF APPEARANCE: -# -IFIELD INDEX,"1","%d" -IFIELD DESCRIPTION, "", "%s" -IFIELD SHORTNAME, "", "%s" -IFIELD IGNORE, "", "%s" # nothing -IFIELD LAT_DECIMAL, "", "%.6f" -IFIELD LON_DECIMAL, "", "%.6f" -IFIELD IGNORE, "", "%s" # Name of map -IFIELD IGNORE, "", "%s" # nothing -IFIELD POSTAL_CODE, "", "%s" -IFIELD CITY, "", "%s" -IFIELD STREET_ADDR, "", "%s" # Street without number -IFIELD IGNORE, "", "%s" # Street number -IFIELD NOTES, "", "%s" -IFIELD PHONE_NR, "", "%s" diff --git a/style/igoprimo_poi.style b/style/igoprimo_poi.style deleted file mode 100644 index d19224877..000000000 --- a/style/igoprimo_poi.style +++ /dev/null @@ -1,37 +0,0 @@ -# gpsbabel XCSV style file -# -# Format: iGo Primo points of interest -# Author: Scott Bradford -# Date: 03/26/2016 -# -DESCRIPTION iGo Primo points of interest (.upoi) -EXTENSION upoi -DATATYPE WAYPOINT -# -# FILE LAYOUT DEFINITIONS: -# -FIELD_DELIMITER PIPE -RECORD_DELIMITER NEWLINE -BADCHARS "| -ENCODING UTF-16LE -# -# INDIVIDUAL DATA FIELDS, IN ORDER OF APPEARANCE: -# -IFIELD INDEX, "1", "%d" -IFIELD CONSTANT, "@Favourites", "%s" # always @Favourites? -IFIELD SHORTNAME, "", "%s" -IFIELD IGNORE, "", "%s" # always empty? -IFIELD LAT_DECIMAL, "", "%.6f" -IFIELD LON_DECIMAL, "", "%.6f" -IFIELD CONSTANT, "_u**", "%s" # always _u**? -IFIELD IGNORE, "", "%s" # always empty? -IFIELD CONSTANT, "_uva", "%s" # always _uva? -IFIELD IGNORE, "", "%s" # always empty? -IFIELD POSTAL_CODE, "", "%s" -IFIELD CITY, "", "%s" -IFIELD STREET_ADDR, "", "%s" # should be street name (no number) -IFIELD IGNORE, "", "%s" # should be street number -IFIELD IGNORE, "", "%s" # always empty? -IFIELD PHONE_NR, "", "%s" -IFIELD IGNORE, "", "%s" # always empty? -IFIELD IGNORE, "", "%s" # seems to be extra lat/lon values? diff --git a/style/kompass_tk.style b/style/kompass_tk.style deleted file mode 100644 index 0bc0b0790..000000000 --- a/style/kompass_tk.style +++ /dev/null @@ -1,18 +0,0 @@ -# gpsbabel XCSV style file -# -# Format: Kompass / Deutscher Alpenverein (DAV) Waypoints -# Author: Olaf Klein -# Date: 01/10/2007 -# -# -DESCRIPTION Kompass (DAV) Track (.tk) -DATATYPE TRACK -EXTENSION wp -FIELD_DELIMITER COMMA -RECORD_DELIMITER NEWLINE -BADCHARS ," -# -# INDIVIDUAL DATA FIELDS, IN ORDER OF APPEARANCE: -# -IFIELD LAT_DECIMAL, "", "%.7f" -IFIELD LON_DECIMAL, "", "%.7f" diff --git a/style/kompass_wp.style b/style/kompass_wp.style deleted file mode 100644 index e50ab3405..000000000 --- a/style/kompass_wp.style +++ /dev/null @@ -1,26 +0,0 @@ -# gpsbabel XCSV style file -# -# Format: Kompass / Deutscher Alpenverein (DAV) Waypoints -# Author: Olaf Klein -# Date: 01/10/2007 -# -# -DESCRIPTION Kompass (DAV) Waypoints (.wp) -DATATYPE WAYPOINT -EXTENSION wp -ENCODING UTF-8 -FIELD_DELIMITER SEMICOLON -RECORD_DELIMITER CRNEWLINE -BADCHARS ," -# -# INDIVIDUAL DATA FIELDS, IN ORDER OF APPEARANCE: -# -IFIELD SHORTNAME, "", "%s" -IFIELD LON_DECIMAL, "", "%.7f" -IFIELD LAT_DECIMAL, "", "%.7f" -IFIELD ALT_METERS, "", "%.0f" -IFIELD LOCAL_TIME,"","%d.%m.%Y %H:%M:%S" -IFIELD CONSTANT, "Icons\Wegpunkt grün.bmp", "%s" -IFIELD IGNORE, "", "%s" -IFIELD CONSTANT, "1", "%s" # unknown -IFIELD DESCRIPTION, "", "%s" diff --git a/style/mainnav.style b/style/mainnav.style deleted file mode 100644 index 034f96e11..000000000 --- a/style/mainnav.style +++ /dev/null @@ -1,51 +0,0 @@ -# -# Support for MainNav CSV format -# -# Copyright (C) 2012 Robert Lipe, gpsbabel.org -# -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -# -# gpsbabel XCSV style file -# Format: Mainnav MG-950d data logger and possibly others -# Author: tsteven4 -# Date: December 13, 2012 -# -# -DESCRIPTION Mainnav -EXTENSION nav -DATATYPE TRACK -# -# -# FILE LAYOUT DEFINITIIONS: -# -FIELD_DELIMITER COMMA -RECORD_DELIMITER NEWLINE -BADCHARS COMMA - -# -# INDIVIDUAL DATA FIELDS, IN ORDER OF APPEARANCE: -# -IFIELD LOCAL_TIME, "", "%Y/%m/%d %H:%M:%S" -IFIELD LON_DECIMAL,"","%.9f" -IFIELD LON_DIR,"","%c" -IFIELD LAT_DECIMAL,"","%.9f" -IFIELD LAT_DIR,"","%c" -IFIELD ALT_FEET, "", "%f" -IFIELD IGNORE, "", "%s" # SPD? -IFIELD IGNORE, "", "%s" # PATH? -IFIELD IGNORE, "", "%s" # FILENAME? -IFIELD IGNORE, "", "%s" # MODE? -IFIELD IGNORE, "", "%s" # JOURNEY_INDEX? -IFIELD IGNORE, "", "%s" # ? diff --git a/style/mapconverter.style b/style/mapconverter.style deleted file mode 100644 index cf38b1f15..000000000 --- a/style/mapconverter.style +++ /dev/null @@ -1,35 +0,0 @@ -# Format: Mapopolis.com Mapconverter -# Author: Gary Paulson -# Date: 01/13/2003 -# Requires unsupported mapconverter.exe from mapopolis.com. -# -# Modifications by Alex Mottram documented 6/30/2003 -# Change %-40.40s on description output to %-.40s to stop padding. -# Add QUOTE as badchars, remove COMMA. -# Removed Mapconverter.exe's README information from style file. -# Changed OFIELD to IFIELD in case you ever want to read one of these things. -# -# -DESCRIPTION Mapopolis.com Mapconverter CSV -EXTENSION txt - -# FILE LAYOUT DEFINITIIONS: - -FIELD_DELIMITER COMMASPACE -RECORD_DELIMITER NEWLINE -BADCHARS ", - -# Map Info Record (header): -PROLOGUE M, "Geocaches", "GPSBabel", Geocaches, __FILE__ -# - -# -# INDIVIDUAL DATA FIELDS, IN ORDER OF APPEARANCE: -# -# L Records: -IFIELD CONSTANT, "L", "%s" # [L]ANDMARK -IFIELD CONSTANT, "Geocaches", "%s" # Category for Landmark Searches -IFIELD DESCRIPTION, "", "%-.40s" # Name -IFIELD CONSTANT, "1", "%s" # View at Zoom Level 1 (1-4) -IFIELD LON_DECIMAL, "", "%08.5f" # Longitude -IFIELD LAT_DECIMAL, "", "%08.5f" # Latitude diff --git a/style/motoactv.style b/style/motoactv.style deleted file mode 100644 index 9029f41cb..000000000 --- a/style/motoactv.style +++ /dev/null @@ -1,40 +0,0 @@ -# gpsbabel XCSV style file -# -# Format: MOTOACTV CSV -# Author: Dan Brown -# Date: 07/21/2012 -# -# example usage: -# gpsbabel -i xcsv,style=motoactv.style -f infile.csv -x transform,trk=wpt -o gtrnctr,course=0 -F outfile.tcx -# gpsbabel -i xcsv,style=motoactv.style -f infile.csv -x transform,trk=wpt -o gpx,garminextensions -F outfile.gpx - -DESCRIPTION Motoactiv CSV -EXTENSION csv - -ENCODING US-ASCII -FIELD_DELIMITER COMMA -RECORD_DELIMITER NEWLINE -FIELD_ENCLOSER DOUBLEQUOTE - -PROLOGUE "DISTANCE","activity_id","HEARTRATE","SPEED","STEPS_PER_MINUTE","LATITUDE","repetitions","temperature","INSTANT_TORQUE_CRANK","timestamp_epoch","ELEVATION","POWER","STRIDES","wheel_torque","CALORIEBURN","LONGITUDE","CADENCE","heading","STEP_RATE" - -# Data fields, in order of appearance -IFIELD PATH_DISTANCE_METERS,"","%.1f" # used for writing files (not for reading) -IFIELD IGNORE,"","%s" # activity id -IFIELD HEART_RATE,"","%d" -IFIELD PATH_SPEED,"","%.1f" -IFIELD IGNORE,"","%s" # steps per minute -IFIELD LAT_DECIMAL,"","%.6f" -IFIELD IGNORE,"","%s" # repetitions -IFIELD TEMPERATURE,"","%.1f" -IFIELD IGNORE,"","%s" # instant torque crank -IFIELD TIMET_TIME_MS,"","%lld" -IFIELD ALT_METERS,"","%.1f" -IFIELD POWER,"","%.0f" -IFIELD IGNORE,"","%s" # strides -IFIELD IGNORE,"","%s" # wheel_torque -IFIELD IGNORE,"","%s" # calories -IFIELD LON_DECIMAL,"","%.6f" -IFIELD CADENCE,"","%d" -IFIELD PATH_COURSE,"","%.1f" -IFIELD IGNORE,"","%s" # step rate diff --git a/style/mxf.style b/style/mxf.style deleted file mode 100644 index 9d4034e46..000000000 --- a/style/mxf.style +++ /dev/null @@ -1,39 +0,0 @@ -# gpsbabel XCSV style file -# -# Format: Ozi Explorer -# Author: Alex Mottram -# Date: 12/09/2002 -# -# -# As used in mxf.c -# -# - -DESCRIPTION MapTech Exchange Format -EXTENSION mxf - -# -# FILE LAYOUT DEFINITIIONS: -# -FIELD_DELIMITER COMMASPACE -RECORD_DELIMITER NEWLINE -BADCHARS ," - -# -# INDIVIDUAL DATA FIELDS, IN ORDER OF APPEARANCE: -# -IFIELD LAT_DECIMAL, "", "%08.5f" -IFIELD LON_DECIMAL, "", "%08.5f" -IFIELD DESCRIPTION, "", ""%s"" -IFIELD SHORTNAME, "", ""%s"" -IFIELD IGNORE, "", "%s" -IFIELD CONSTANT, "ff0000", "%s" # COLOR -IFIELD CONSTANT, "47", "%s" # ICON - -OFIELD LAT_DECIMAL, "", "%08.5f" -OFIELD LON_DECIMAL, "", "%08.5f" -OFIELD DESCRIPTION, "", ""%s"" -OFIELD SHORTNAME, "", ""%s"" -OFIELD DESCRIPTION, "", ""%s"" -OFIELD CONSTANT, "ff0000", "%s" # COLOR -OFIELD CONSTANT, "47", "%s" # ICON diff --git a/testo.d/bcr.test b/testo.d/bcr.test deleted file mode 100644 index 3950e48ad..000000000 --- a/testo.d/bcr.test +++ /dev/null @@ -1,11 +0,0 @@ -# -# Map&Guide Motorrad Routenplaner .bcr files test -# -rm -f ${TMPDIR}/bcr* -gpsbabel -r -i bcr -f ${REFERENCE}/route/bcr-sample.bcr -o gpx -F ${TMPDIR}/bcr-sample.gpx -compare ${REFERENCE}/route/bcr-sample.gpx ${TMPDIR}/bcr-sample.gpx -gpsbabel -r -i gpx -f ${REFERENCE}/route/bcr-sample.gpx -o bcr -F ${TMPDIR}/bcr-sample2.bcr -compare ${REFERENCE}/route/bcr-sample2.bcr ${TMPDIR}/bcr-sample2.bcr -gpsbabel -r -i bcr -f ${TMPDIR}/bcr-sample2.bcr -o gpx -F ${TMPDIR}/bcr-sample2.gpx -compare ${REFERENCE}/route/bcr-sample.gpx ${TMPDIR}/bcr-sample2.gpx - diff --git a/testo.d/f90g.test b/testo.d/f90g.test deleted file mode 100644 index 9c36bb983..000000000 --- a/testo.d/f90g.test +++ /dev/null @@ -1,4 +0,0 @@ -# F90G Automobile DVR GPS logging -rm -f ${TMPDIR}/f90g.gpx -gpsbabel -i f90g -f ${REFERENCE}/track/f90g-sample.map -o gpx -F ${TMPDIR}/f90g.gpx -compare ${REFERENCE}/track/f90g-sample.gpx ${TMPDIR}/f90g.gpx diff --git a/testo.d/ignrando.test b/testo.d/ignrando.test deleted file mode 100644 index 510da30a9..000000000 --- a/testo.d/ignrando.test +++ /dev/null @@ -1,8 +0,0 @@ - -# -# IGN Rando tests -# -gpsbabel -i ignrando -f ${REFERENCE}/track/ignrando-sample.rdn -o ignrando -F ${TMPDIR}/ignrando-sample.rdn -gpsbabel -i ignrando -f ${TMPDIR}/ignrando-sample.rdn -o gpx -F ${TMPDIR}/ignrando-sample.gpx -compare ${REFERENCE}/track/ignrando-sample.gpx ${TMPDIR}/ignrando-sample.gpx - diff --git a/testo.d/igo2008_poi.test b/testo.d/igo2008_poi.test deleted file mode 100644 index fe5b806e3..000000000 --- a/testo.d/igo2008_poi.test +++ /dev/null @@ -1,8 +0,0 @@ -# -# igo2008_poi -# -gpsbabel -i igo2008_poi -f ${REFERENCE}/igo2008_poi.upoi -o gpx -F ${TMPDIR}/igo2008_poi~upoi.gpx -compare ${REFERENCE}/igo2008_poi~upoi.gpx ${TMPDIR}/igo2008_poi~upoi.gpx -gpsbabel -i igo2008_poi -f ${REFERENCE}/igo2008_poi.upoi -o unicsv -F ${TMPDIR}/igo2008_poi~upoi.csv -compare ${REFERENCE}/igo2008_poi~upoi.csv ${TMPDIR}/igo2008_poi~upoi.csv - diff --git a/testo.d/igo8.test b/testo.d/igo8.test deleted file mode 100644 index b9ccf1076..000000000 --- a/testo.d/igo8.test +++ /dev/null @@ -1,19 +0,0 @@ -# iGo8 -# This format has some jitter in the first 64 bytes of the header. -# So we read our reference track, spin to GPX. -# Read that track, spin to igo. -# read the igo file we just wrote, and spin that to GPX. -# compare the two GPX files. -gpsbabel -i igo8 -f ${REFERENCE}/track/igo8.trk -o gpx -F ${TMPDIR}/igo.gpx -gpsbabel -i gpx -f ${TMPDIR}/igo.gpx -o igo8 -F ${TMPDIR}/new-igo.trk -gpsbabel -i igo8 -f ${TMPDIR}/new-igo.trk -o gpx -F ${TMPDIR}/new-igo2.gpx -compare ${TMPDIR}/igo.gpx ${TMPDIR}/new-igo2.gpx -# On 6/23/10, we received reports of IGO files that were trailing padded. -# verify that one such files converts sensibly to GPX. - -gpsbabel -i igo8 -f ${REFERENCE}/track/igo8_padded.trk -o gpx -F ${TMPDIR}/igo8_padded.gpx -compare ${REFERENCE}/track/igo8_padded~gpx.gpx ${TMPDIR}/igo8_padded.gpx - -# test header. -gpsbabel -i igo8 -f ${REFERENCE}/track/igo8.trk -o igo8,title="Track 001",description="recorded track log",tracknum=3 -F ${TMPDIR}/igo8.trk -bincompare ${REFERENCE}/track/igo8.trk ${TMPDIR}/igo8.trk diff --git a/testo.d/igoprimo_poi.test b/testo.d/igoprimo_poi.test deleted file mode 100644 index c0cf73b9a..000000000 --- a/testo.d/igoprimo_poi.test +++ /dev/null @@ -1,12 +0,0 @@ -# -# igoprimo_poi -# -gpsbabel -i igoprimo_poi -f ${REFERENCE}/igoprimo_poi.upoi -o gpx -F ${TMPDIR}/igoprimo_poi~upoi.gpx -compare ${REFERENCE}/igoprimo_poi~upoi.gpx ${TMPDIR}/igoprimo_poi~upoi.gpx -gpsbabel -i igoprimo_poi -f ${REFERENCE}/igoprimo_poi.upoi -o unicsv -F ${TMPDIR}/igoprimo_poi~upoi.ucsv -compare ${REFERENCE}/igoprimo_poi~upoi.ucsv ${TMPDIR}/igoprimo_poi~upoi.ucsv - -gpsbabel -i igoprimo_poi -f ${REFERENCE}/igoprimo_poi.upoi -o igoprimo_poi -F ${TMPDIR}/igoprimo_poi~upoi.upoi -iconv -f UTF-16LE -t UTF-8 ${REFERENCE}/igoprimo_poi.upoi >${TMPDIR}/igoprimo_poi.upoi.utf8 -iconv -f UTF-16LE -t UTF-8 ${TMPDIR}/igoprimo_poi~upoi.upoi >${TMPDIR}/igoprimo_poi~upoi.upoi.utf8 -compare ${TMPDIR}/igoprimo_poi~upoi.upoi.utf8 ${TMPDIR}/igoprimo_poi~upoi.upoi.utf8 \ No newline at end of file diff --git a/testo.d/ik3d.test b/testo.d/ik3d.test deleted file mode 100644 index 8b0864114..000000000 --- a/testo.d/ik3d.test +++ /dev/null @@ -1,6 +0,0 @@ -# -# MagicMaps IK3D Project File .ikt test -# -gpsbabel -i ik3d -f ${REFERENCE}/ik3d-sample.ikt -o gpx -F ${TMPDIR}/ik3d-sample.gpx -compare ${REFERENCE}/ik3d-sample.gpx ${TMPDIR}/ik3d-sample.gpx - diff --git a/testo.d/lmx.test b/testo.d/lmx.test deleted file mode 100644 index 072e109d5..000000000 --- a/testo.d/lmx.test +++ /dev/null @@ -1,9 +0,0 @@ - -# -# Nokia LMX -# -gpsbabel -i lmx -f ${REFERENCE}/nokia.lmx -o lmx -F ${TMPDIR}/nokia.lmx -compare ${REFERENCE}/nokia.lmx ${TMPDIR}/nokia.lmx -gpsbabel -i lmx -f ${REFERENCE}/nokia.lmx -o lmx,binary -F ${TMPDIR}/binary.lmx -bincompare ${REFERENCE}/binary.lmx ${TMPDIR}/binary.lmx - diff --git a/testo.d/mainnav.test b/testo.d/mainnav.test deleted file mode 100644 index 2f340a832..000000000 --- a/testo.d/mainnav.test +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/sh - -# -# Mainnav tests -# -gpsbabel -i mainnav -f ${REFERENCE}/track/mainnav_mg-950d.nav -o gpx -F ${TMPDIR}/mainnav_mg-950d.gpx -compare ${REFERENCE}/track/mainnav_mg-950d.gpx ${TMPDIR}/mainnav_mg-950d.gpx - diff --git a/testo.d/mapasia.test b/testo.d/mapasia.test deleted file mode 100644 index a8c3212cd..000000000 --- a/testo.d/mapasia.test +++ /dev/null @@ -1,8 +0,0 @@ -# -# MapAsia tr7 tracks -# -gpsbabel -i mapasia_tr7 -f ${REFERENCE}/track/mapasia-tr7.tr7 -t -o unicsv,utc=0 -F ${TMPDIR}/mapasia~tr7.csv -compare ${REFERENCE}/track/mapasia~tr7.csv ${TMPDIR}/mapasia~tr7.csv -gpsbabel -i mapasia_tr7 -f ${REFERENCE}/track/mapasia-tr7.tr7 -o gpx -F ${TMPDIR}/mapasia~tr7.gpx -compare ${REFERENCE}/track/mapasia~tr7.gpx ${TMPDIR}/mapasia~tr7.gpx - diff --git a/testo.d/mapbar.test b/testo.d/mapbar.test deleted file mode 100644 index a91ac066d..000000000 --- a/testo.d/mapbar.test +++ /dev/null @@ -1,4 +0,0 @@ -# Mapbar/Sonim XP330 -rm -f ${TMPDIR}/mapbar.gpx -gpsbabel -i mapbar -f ${REFERENCE}/track/mapbar.trk -o gpx -F ${TMPDIR}/mapbar.gpx -compare ${REFERENCE}/track/mapbar~gpx.gpx ${TMPDIR}/mapbar.gpx diff --git a/testo.d/mapfactor.test b/testo.d/mapfactor.test deleted file mode 100644 index 4131d33a7..000000000 --- a/testo.d/mapfactor.test +++ /dev/null @@ -1,7 +0,0 @@ -# -# Mapfactor Navigator -# - -gpsbabel -i mapfactor -f ${REFERENCE}/mapfactor.xml -o gpx -F ${TMPDIR}/mapfactor.gpx -o mapfactor -F ${TMPDIR}/mapfactor.xml -compare ${REFERENCE}/mapfactor~gpx.gpx ${TMPDIR}/mapfactor.gpx -compare ${REFERENCE}/mapfactor.xml ${TMPDIR}/mapfactor.xml diff --git a/testo.d/mmo.test b/testo.d/mmo.test deleted file mode 100644 index 73c12e969..000000000 --- a/testo.d/mmo.test +++ /dev/null @@ -1,19 +0,0 @@ -# -# Memory-Map Navigator overlay files (.mmo) -# -# reading version 22 (0x16) -gpsbabel -i mmo -f ${REFERENCE}/memory-map.mmo -o gpx -F ${TMPDIR}/memory-map~mmo.gpx -compare ${REFERENCE}/memory-map~mmo.gpx ${TMPDIR}/memory-map~mmo.gpx -# reading version 24 (0x18) -gpsbabel -i mmo -f ${REFERENCE}/memory-map_v24.mmo -o gpx -F ${TMPDIR}/memory-map_v24~mmo.gpx -compare ${REFERENCE}/memory-map_v24~mmo.gpx ${TMPDIR}/memory-map_v24~mmo.gpx -# writing (check only for memory leaks) -gpsbabel -i gpx -f ${REFERENCE}/memory-map~mmo.gpx -o mmo -F ${TMPDIR}/memory-map~mmo.mmo -gpsbabel -i mmo -f ${TMPDIR}/memory-map~mmo.mmo -o gpx -F ${TMPDIR}/memory-map~mmo~gpx.mmo - -# we can only write version 17 (0x11) or 18 (0x12). -# we don't have a reference file from these versions, so we will create one and -# see if we can write it out without change. -gpsbabel -i mmo -f ${REFERENCE}/memory-map.mmo -o mmo -F ${TMPDIR}/memory-map.mmo -gpsbabel -i mmo -f ${TMPDIR}/memory-map.mmo -o mmo -F ${TMPDIR}/memory-map~mmo.mmo -bincompare ${TMPDIR}/memory-map.mmo ${TMPDIR}/memory-map~mmo.mmo diff --git a/testo.d/motoactv.test b/testo.d/motoactv.test deleted file mode 100644 index 18d898eba..000000000 --- a/testo.d/motoactv.test +++ /dev/null @@ -1,6 +0,0 @@ - -rm -f ${TMPDIR}/motoactv.* -gpsbabel -i motoactv -f ${REFERENCE}/track/motoactv.csv -o gpx -F ${TMPDIR}/motoactv~csv.gpx -compare ${REFERENCE}/track/motoactv~gpx.gpx ${TMPDIR}/motoactv~csv.gpx - - diff --git a/testo.d/mxf.test b/testo.d/mxf.test deleted file mode 100644 index 626c99b3a..000000000 --- a/testo.d/mxf.test +++ /dev/null @@ -1,7 +0,0 @@ - -# MXF (Maptech Exchange Format) file format -rm -f ${TMPDIR}/mx.mxf ${TMPDIR}/mxf.mxf -gpsbabel -i mxf -f ${REFERENCE}/mxf.mxf -o mxf -F ${TMPDIR}/mx.mxf -gpsbabel -i mxf -f ${TMPDIR}/mx.mxf -o mxf -F ${TMPDIR}/mxf.mxf -compare ${TMPDIR}/mxf.mxf ${REFERENCE} - diff --git a/testo.d/mynav.test b/testo.d/mynav.test deleted file mode 100644 index 86d9ab7f3..000000000 --- a/testo.d/mynav.test +++ /dev/null @@ -1,8 +0,0 @@ -# -# Basic mynav tests (readonly) -# -rm -f ${TMPDIR}/mynav* -gpsbabel -i mynav -f ${REFERENCE}/track/mynav.trc -o gpx,garminextensions -F ${TMPDIR}/mynav1.gpx -compare ${REFERENCE}/track/mynav1.gpx ${TMPDIR}/mynav1.gpx -gpsbabel -i mynav -f ${REFERENCE}/track/mynav.ftn -o gpx,garminextensions -F ${TMPDIR}/mynav2.gpx -compare ${REFERENCE}/track/mynav2.gpx ${TMPDIR}/mynav2.gpx diff --git a/testo.d/tef.test b/testo.d/tef.test deleted file mode 100644 index 5112f5a44..000000000 --- a/testo.d/tef.test +++ /dev/null @@ -1,7 +0,0 @@ -# -# tef "TourExchangeFormat" read test -# -rm -f ${TMPDIR}/tef_xml* -gpsbabel -i tef -f ${REFERENCE}/route/tef_xml.sample.xml -o gpx -F ${TMPDIR}/tef_xml.sample.gpx -compare ${REFERENCE}/route/tef_xml.sample.gpx ${TMPDIR}/tef_xml.sample.gpx - diff --git a/vecs.cc b/vecs.cc index 580df7228..919db376e 100644 --- a/vecs.cc +++ b/vecs.cc @@ -41,7 +41,6 @@ #include "dg-100.h" // for Dg100FileFormat, Dg100SerialFormat, Dg200FileFormat, Dg200SerialFormat #include "energympro.h" // for EnergymproFormat #include "exif.h" // for ExifFormat -#include "f90g_track.h" // for F90gTrackFormat #include "format.h" // for Format #include "garmin_fit.h" // for GarminFitFormat #include "garmin_gpi.h" // for GarminGPIFormat @@ -58,9 +57,6 @@ #include "kml.h" // for KmlFormat #include "legacyformat.h" // for LegacyFormat #include "lowranceusr.h" // for LowranceusrFormat -#include "mapbar_track.h" // for MapbarTrackFormat -#include "mapfactor.h" // for MapfactorFormat -#include "mynav.h" // for MyNavFormat #include "nmea.h" // for NmeaFormat #include "osm.h" // for OsmFormat #include "qstarz_bl_1000.h" // for QstarzBL1000Format @@ -69,7 +65,6 @@ #include "skytraq.h" // for MinihomerFormat, SkytraqFormat, SkytraqfileFormat #include "src/core/logging.h" // for Warning, FatalMsg #include "subrip.h" // for SubripFormat -#include "tef_xml.h" // for TefXMLFormat #include "teletype.h" // for TeletypeFormat #include "text.h" // for TextFormat #include "unicsv.h" // for UnicsvFormat @@ -97,7 +92,6 @@ extern ff_vecs_t mtk_vecs; extern ff_vecs_t mtk_fvecs; extern ff_vecs_t mtk_m241_vecs; extern ff_vecs_t mtk_m241_fvecs; -extern ff_vecs_t mtk_locus_vecs; #endif // MAXIMAL_ENABLED extern ff_vecs_t wbt_svecs; #if MAXIMAL_ENABLED @@ -108,8 +102,6 @@ extern ff_vecs_t glogbook_vecs; extern ff_vecs_t vcf_vecs; extern ff_vecs_t google_dir_vecs; extern ff_vecs_t tomtom_vecs; -extern ff_vecs_t bcr_vecs; -extern ff_vecs_t ignr_vecs; extern ff_vecs_t gtm_vecs; extern ff_vecs_t gpssim_vecs; #if CSVFMTS_ENABLED @@ -118,15 +110,11 @@ extern ff_vecs_t garmin_txt_vecs; extern ff_vecs_t dmtlog_vecs; extern ff_vecs_t raymarine_vecs; extern ff_vecs_t ggv_log_vecs; -extern ff_vecs_t lmx_vecs; extern ff_vecs_t xol_vecs; extern ff_vecs_t navilink_vecs; -extern ff_vecs_t ik3d_vecs; extern ff_vecs_t destinator_poi_vecs; extern ff_vecs_t destinator_itn_vecs; extern ff_vecs_t destinator_trl_vecs; -extern ff_vecs_t igo8_vecs; -extern ff_vecs_t mapasia_tr7_vecs; extern ff_vecs_t gnav_trl_vecs; extern ff_vecs_t navitel_trk_vecs; extern ff_vecs_t ggv_ovl_vecs; @@ -134,7 +122,6 @@ extern ff_vecs_t itracku_vecs; extern ff_vecs_t itracku_fvecs; extern ff_vecs_t sbp_vecs; extern ff_vecs_t sbn_vecs; -extern ff_vecs_t mmo_vecs; extern ff_vecs_t v900_vecs; extern ff_vecs_t enigma_vecs; extern ff_vecs_t format_garmin_xt_vecs; @@ -184,7 +171,6 @@ struct Vecs::Impl LegacyFormat mtk_ffmt {mtk_fvecs}; LegacyFormat mtk_m241_fmt {mtk_m241_vecs}; LegacyFormat mtk_m241_ffmt {mtk_m241_fvecs}; - LegacyFormat mtk_locus_fmt {mtk_locus_vecs}; #endif // MAXIMAL_ENABLED LegacyFormat wbt_sfmt {wbt_svecs}; #if MAXIMAL_ENABLED @@ -195,9 +181,6 @@ struct Vecs::Impl LegacyFormat vcf_fmt {vcf_vecs}; LegacyFormat google_dir_fmt {google_dir_vecs}; LegacyFormat tomtom_fmt {tomtom_vecs}; - TefXMLFormat tef_xml_fmt; - LegacyFormat bcr_fmt {bcr_vecs}; - LegacyFormat ignr_fmt {ignr_vecs}; UnicsvFormat unicsv_fmt; LegacyFormat gtm_fmt {gtm_vecs}; LegacyFormat gpssim_fmt {gpssim_vecs}; @@ -209,7 +192,6 @@ struct Vecs::Impl LegacyFormat raymarine_fmt {raymarine_vecs}; LegacyFormat ggv_log_fmt {ggv_log_vecs}; GarminGPIFormat garmin_gpi_fmt; - LegacyFormat lmx_fmt {lmx_vecs}; RandomFormat random_fmt; LegacyFormat xol_fmt {xol_vecs}; Dg100SerialFormat dg100_fmt; @@ -217,16 +199,13 @@ struct Vecs::Impl Dg200SerialFormat dg200_fmt; Dg200FileFormat dg200_ffmt; LegacyFormat navilink_fmt {navilink_vecs}; - LegacyFormat ik3d_fmt {ik3d_vecs}; OsmFormat osm_fmt; LegacyFormat destinator_poi_fmt {destinator_poi_vecs}; LegacyFormat destinator_itn_fmt {destinator_itn_vecs}; LegacyFormat destinator_trl_fmt {destinator_trl_vecs}; ExifFormat exif_fmt; - LegacyFormat igo8_fmt {igo8_vecs}; HumminbirdFormat humminbird_fmt; HumminbirdHTFormat humminbird_ht_fmt; - LegacyFormat mapasia_tr7_fmt {mapasia_tr7_vecs}; LegacyFormat gnav_trl_fmt {gnav_trl_vecs}; LegacyFormat navitel_trk_fmt {navitel_trk_vecs}; LegacyFormat ggv_ovl_fmt {ggv_ovl_vecs}; @@ -234,7 +213,6 @@ struct Vecs::Impl LegacyFormat itracku_ffmt {itracku_fvecs}; LegacyFormat sbp_fmt {sbp_vecs}; LegacyFormat sbn_fmt {sbn_vecs}; - LegacyFormat mmo_fmt {mmo_vecs}; LegacyFormat v900_fmt {v900_vecs}; LegacyFormat enigma_fmt {enigma_vecs}; SkytraqFormat skytraq_fmt; @@ -245,11 +223,7 @@ struct Vecs::Impl SubripFormat subrip_fmt; LegacyFormat format_garmin_xt_fmt {format_garmin_xt_vecs}; GarminFitFormat format_fit_fmt; - MapbarTrackFormat mapbar_track_fmt; - F90gTrackFormat f90g_track_fmt; - MapfactorFormat mapfactor_fmt; EnergymproFormat energympro_fmt; - MyNavFormat mynav_fmt; GeoJsonFormat geojson_fmt; GgvBinFormat ggv_bin_fmt; GlobalsatSportFormat globalsat_sport_fmt; @@ -459,13 +433,6 @@ struct Vecs::Impl "bin", nullptr, }, - { - &mtk_locus_fmt, - "mtk_locus", - "MediaTek Locus", - nullptr, - nullptr, - }, #endif // MAXIMAL_ENABLED { &wbt_sfmt, @@ -524,27 +491,6 @@ struct Vecs::Impl "ov2", nullptr, }, - { - &tef_xml_fmt, - "tef", - "Map&Guide 'TourExchangeFormat' XML", - "xml", - nullptr, - }, - { - &bcr_fmt, - "bcr", - "Motorrad Routenplaner (Map&Guide) .bcr files", - "bcr", - nullptr, - }, - { - &ignr_fmt, - "ignrando", - "IGN Rando track files", - "rdn", - nullptr, - }, { &unicsv_fmt, "unicsv", @@ -610,13 +556,6 @@ struct Vecs::Impl "gpi", nullptr, }, - { - &lmx_fmt, - "lmx", - "Nokia Landmark Exchange", - nullptr, - nullptr, - }, { &random_fmt, "random", @@ -666,13 +605,6 @@ struct Vecs::Impl nullptr, nullptr, }, - { - &ik3d_fmt, - "ik3d", - "MagicMaps IK3D project file (.ikt)", - "ikt", - nullptr, - }, { &osm_fmt, "osm", @@ -708,13 +640,6 @@ struct Vecs::Impl "jpg", nullptr, }, - { - &igo8_fmt, - "igo8", - "IGO8 .trk", - "trk", - nullptr, - }, { &humminbird_fmt, "humminbird", @@ -729,13 +654,6 @@ struct Vecs::Impl "ht", nullptr, }, - { - &mapasia_tr7_fmt, - "mapasia_tr7", - "MapAsia track file (.tr7)", - "tr7", - nullptr, - }, { &gnav_trl_fmt, "gnav_trl", @@ -785,13 +703,6 @@ struct Vecs::Impl "sbn", nullptr, }, - { - &mmo_fmt, - "mmo", - "Memory-Map Navigator overlay files (.mmo)", - "mmo", - nullptr, - }, { &v900_fmt, "v900", @@ -862,27 +773,6 @@ struct Vecs::Impl "fit", nullptr, }, - { - &mapbar_track_fmt, - "mapbar", - "Mapbar (China) navigation track for Sonim Xp3300", - "trk", - nullptr, - }, - { - &f90g_track_fmt, - "f90g", - "F90G Automobile DVR GPS log file", - "map", - nullptr, - }, - { - &mapfactor_fmt, - "mapfactor", - "Mapfactor Navigator", - "xml", - nullptr, - }, { &energympro_fmt, "energympro", @@ -890,13 +780,6 @@ struct Vecs::Impl "cpo", nullptr, }, - { - &mynav_fmt, - "mynav", - "MyNav TRC format", - "trc", - nullptr, - }, { &geojson_fmt, "geojson", diff --git a/xmldoc/formats/bcr.xml b/xmldoc/formats/bcr.xml deleted file mode 100644 index 1e750c56b..000000000 --- a/xmldoc/formats/bcr.xml +++ /dev/null @@ -1,21 +0,0 @@ - -This file format (extension .bcr) is used in Map&Guide -Motorrad Routenplaner 2002 and later versions. -BCR is a route-only format. If you own a newer release (2005 or later) you -may also use the XML export with GPSBabel's tef -input format. - - -There may be other products from Map&Guide that use this format as well. - - -Coordinates are stored in a BCR file in a Mercator projection. The -conversion from the Mercator projection to polar (latitude/longitude) -coordinates and back again may result in visible differences. Experience -reports are welcome. - - - Sample BCR command with all options - gpsbabel -r -i gpx -f in.gpx -o bcr,index=1,name="From A to B",radius=6371012 -F a_to_b.bcr - - diff --git a/xmldoc/formats/f90g.xml b/xmldoc/formats/f90g.xml deleted file mode 100644 index 7a12125b9..000000000 --- a/xmldoc/formats/f90g.xml +++ /dev/null @@ -1,19 +0,0 @@ - - -This format is for the .map files produced by the F90G automobile -Digital Video Recorder (DVR) when recording videos. The files are -found on the sd card in /DCIM/DCIMA/NORMAL/ and are named with a time -stamp and the .map extension. This format records each track point's -latitude, longitude, local time, GMT time and velocity in Kilometers -Per Hour. The local time is used in the gpsbabel translation. -Minutes, seconds and the velocity are combined to form each track point's -name in the converted trace. - - -This was implemented by analyzing data from a F90G DVR supplied from China. -Firmware F20-2013121217-E - - -The format was tested only using .map samples collected in the USA. We are -interested in samples or test results from other hemispheres. - diff --git a/xmldoc/formats/ignrando.xml b/xmldoc/formats/ignrando.xml deleted file mode 100644 index 93d6e9998..000000000 --- a/xmldoc/formats/ignrando.xml +++ /dev/null @@ -1,6 +0,0 @@ - -This format supports IGN Rando track files. IGN Rando is a program mainly -used in France for Topo maps. The files are XML based and are "windows-1252" -encoded. Trackpoints do not have time stamps. - - diff --git a/xmldoc/formats/igo2008_poi.xml b/xmldoc/formats/igo2008_poi.xml deleted file mode 100644 index c5b1fa4c0..000000000 --- a/xmldoc/formats/igo2008_poi.xml +++ /dev/null @@ -1,5 +0,0 @@ - - igo2008_poi supports POI files from Nav N Go iGO 8 Europe. - This is a GPS Navigation Software for Windows Mobile based - PDA devices and Smartphones. - diff --git a/xmldoc/formats/igo8.xml b/xmldoc/formats/igo8.xml deleted file mode 100644 index 11933b07b..000000000 --- a/xmldoc/formats/igo8.xml +++ /dev/null @@ -1,14 +0,0 @@ - - iGo8 is the successor to the "iGo My way" software package that is reasonably - prolific for GPS devices manufactured by Mio, Sony, LG, as well as many other - small manufacturers. iGo8 is notable in that it has full 3D rendering of - terrain as well as buildings and landmarks for most large cities. The - software can also be bought pre-loaded on a mico-SD card for use in many PPC - phones that are GPS enabled. - - - - The track format used by iGo8 is rather rudimentary, consisting of a list of - coordinates and a time resolution of 1 second. While iGo8 supports exporting - tracks to GPX format, importing tracks is not natively supported. - diff --git a/xmldoc/formats/igoprimo_poi.xml b/xmldoc/formats/igoprimo_poi.xml deleted file mode 100644 index c5ffa7d46..000000000 --- a/xmldoc/formats/igoprimo_poi.xml +++ /dev/null @@ -1,5 +0,0 @@ - - igoprimo_poi supports POI files from iGo Primo 'next generation - navigation' devices. iGo Primo is GPS Navigation Software that runs on Windows embedded - platforms, and is used in some OEM and aftermarket automotive head units. - diff --git a/xmldoc/formats/ik3d.xml b/xmldoc/formats/ik3d.xml deleted file mode 100644 index b08673222..000000000 --- a/xmldoc/formats/ik3d.xml +++ /dev/null @@ -1,11 +0,0 @@ - - This is the format for MagicMaps project (.ikt) files. - - - MagicMaps "Das interaktive Kartenwerk" is a Software from Germany. It's a - route-planning software with a 3-dimensional environment. - - - The project files are XML based and we can read the main GPS items (names and coordinates). - For an output these files are too complex. - diff --git a/xmldoc/formats/kompass_tk.xml b/xmldoc/formats/kompass_tk.xml deleted file mode 100644 index 098b393fe..000000000 --- a/xmldoc/formats/kompass_tk.xml +++ /dev/null @@ -1,8 +0,0 @@ - - This module supports track files used by Kompass and DAV "Deutscher Alpenverein". - - - Kompass is a publishing company from Austria. - If you want to get more information about DAV, the German alpine association, - and if you are familiar with the german language, please have a look at their homepage. - diff --git a/xmldoc/formats/kompass_wp.xml b/xmldoc/formats/kompass_wp.xml deleted file mode 100644 index 6ef21ccce..000000000 --- a/xmldoc/formats/kompass_wp.xml +++ /dev/null @@ -1,7 +0,0 @@ - - This module supports waypoint files used by Kompass and DAV "Deutscher Alpenverein". - - - Some more information under kompass_tk format. - - diff --git a/xmldoc/formats/lmx.xml b/xmldoc/formats/lmx.xml deleted file mode 100644 index 3e0e4b65d..000000000 --- a/xmldoc/formats/lmx.xml +++ /dev/null @@ -1,14 +0,0 @@ - -This format supports - -Nokia Landmark Exchange (LMX) files used by several Nokia phones. -GPSBabel supports the traditional XML format for reading and writing. The -compressed binary format (WBXML) can be written, but most current Nokia phones -do not support it (confirmed with N82 and N95). - - -With this format, landmarks can be imported into the landmark store of the -mobile phone. This landmark store is then used to display them on a map with -several applications. The most common ones are the pre-installed Ovi Maps (or -its predecessor Nokia Maps) and Google Maps Mobile. - diff --git a/xmldoc/formats/mainnav.xml b/xmldoc/formats/mainnav.xml deleted file mode 100644 index 3abf874db..000000000 --- a/xmldoc/formats/mainnav.xml +++ /dev/null @@ -1,3 +0,0 @@ - -This is the format used by the Mainnav MG-950d data logger. It may work with other Mainnav devices. - diff --git a/xmldoc/formats/mapbar.xml b/xmldoc/formats/mapbar.xml deleted file mode 100644 index 898ee5bcb..000000000 --- a/xmldoc/formats/mapbar.xml +++ /dev/null @@ -1,19 +0,0 @@ - - This format is the Mapbar navigation programs used on phones such as - the Sonim XP3300 popular in China. - The files are found on the sd card in /mapbar/userdata/tracks. - This format just logs track point by latitude and longitude; no time - information is available. - - -This was implemented by analyzing data from a Sonin SoninXp3300, -software version: 3.73.47.39836, data version: B29. - - -The following devices of using mapbar navigation are supported. Other -devices with using mapbar navigation maybe be supported, but not have -not been tested: - -Sonim Xp3300(China version) - - diff --git a/xmldoc/formats/mapconverter.xml b/xmldoc/formats/mapconverter.xml deleted file mode 100644 index 7a2634109..000000000 --- a/xmldoc/formats/mapconverter.xml +++ /dev/null @@ -1,61 +0,0 @@ - -Mapconverter is a format that is read by Mapopolis.com's -mapconverter application. - - -Mapconverter is an application used to create userland maps and map data for -Mapopolis.com's Mapopolis program. The mapconverter format is essentially -waypoint data prepared in a format that the mapconverter application will -accept. - - -The steps for using GPSBabel and Mapconverter go something like this: - - -Step 1: Create a mapconverter file using gpsbabel. - -gpsbabel -i geo -f geocaching.loc -o mapconverter -F foo.txt - -Step 2: Launch mapconverter.exe and choose foo.txt as your input file. - Click the begin button to have mapconverter process foo.txt. - - -If all goes successfully, you should have a file called "foo.pdb" ready -for syncing with your PDA. Put it wherever Mapopolis thinks it should be -on your PDA. - -
-Notes - - - -GPSBabel will write the name of its own output file in the output file - it creates as the input for Mapconverter. Mapconverter will replace - the extension of this filename with ".pdb". - - - - -The PocketPC version of Mapopolis doesn't notice files with the ".pdb" - extension. To make this work, change the extension to ".mlp" when - copying the mapconverter output to your PocketPC PDA. - - - - -Mapconverter only works with Mapopolis version 3.x. Mapopolis version - 4 will refuse to load mapconverter maps. There is no known work-around - for this at the time of this writing. - - - - -Mapconverter is no longer available from the Mapopolis website. If you - need a copy of mapconverter, ask on your local GPS Software discussion - forum and I'm sure someone will have it. As far as I know, It was never - actually acknowledged/supported by Mapopolis to begin with. - - - -
- diff --git a/xmldoc/formats/mapfactor.xml b/xmldoc/formats/mapfactor.xml deleted file mode 100644 index f59fa9744..000000000 --- a/xmldoc/formats/mapfactor.xml +++ /dev/null @@ -1,23 +0,0 @@ - -This format can write a favourites.xml file that stores the waypoints in the Mapfactor Navigator street navigation program for Windows and Android OS. The waypoints are listed in the My places menu option. The favourites.xml file are stored in the Navigator directory. - - - -This format can read waypoints from the favourites.xml file to use in other programs. - - - - -The format has been tested with Windows 8, Navigator version 12.3 and Android OS, v4.2.2, Navigator version 1.1.5. - - - -The format has been tested with Windows 8, Navigator version 12.3 and Android OS, v4.2.2, Navigator version 1.1.5. - - - -Groups are not supported, as they don't map well to other more common -file formats. - - - diff --git a/xmldoc/formats/mmo.xml b/xmldoc/formats/mmo.xml deleted file mode 100644 index 27eae1d03..000000000 --- a/xmldoc/formats/mmo.xml +++ /dev/null @@ -1,18 +0,0 @@ - - The 'mmo' format provides support for binary .mmo files used by the - Memory-Map Navigator software. - - - Our module was reverse engineered from a couple of .mmo files found - in the www. The results of the writing code have been tested with a current - Memory-Map Navigator trial ('Viewer') release. - - - Because of different file versions and sometimes slightly different file structure - we cannot ensure, that every .mmo file is loadable at this time. If you have one, - which causes errors, please provide it [mailto:gpsbabel-misc@lists.sourceforge.net]. - - - More information can be found at the - Memory-Map site. - diff --git a/xmldoc/formats/motoactv.xml b/xmldoc/formats/motoactv.xml deleted file mode 100644 index d802e5533..000000000 --- a/xmldoc/formats/motoactv.xml +++ /dev/null @@ -1,20 +0,0 @@ - -The MotoACTV smart watch creates csv -format files. GPSBabel can read and write these files through -the xcsv format when using the included motoactv.style specification. - - -The specific format of the csv file has changed over time, to -add new data fields. The current version of the GPSBabel style -specification expects to work with this ordered set of fields: - - -"DISTANCE","activity_id","HEARTRATE","SPEED","STEPS_PER_MINUTE", -"LATITUDE","repetitions","temperature","INSTANT_TORQUE_CRANK", -"timestamp_epoch","ELEVATION","POWER","STRIDES","wheel_torque", -"CALORIEBURN","LONGITUDE","CADENCE","heading","STEP_RATE" - - -gpsbabel -i motoactv -f rawDataCsv.csv --x transform,trk=wpt -o gtrnctr,course=0 -F outfile.tcx - diff --git a/xmldoc/formats/mtk_locus.xml b/xmldoc/formats/mtk_locus.xml deleted file mode 100644 index 38955d55f..000000000 --- a/xmldoc/formats/mtk_locus.xml +++ /dev/null @@ -1,12 +0,0 @@ - -This format is a protocol supports the MediaTek MT3339, a GPS -chipset that shipped around 2011 that has internal logging capability. -It is the -core of at least two GPS modules, including the -GlobalTop PA6H and the Fastrax IT530. The GlobalTop PA6H module is in -turn the heart of the Adafruit "Ultimate" GPS breakout board, popular -in the Arduino "maker" world. - - -It is similar to the mtk and mtk-bin formats for earlier Mediatek parts. - diff --git a/xmldoc/formats/mxf.xml b/xmldoc/formats/mxf.xml deleted file mode 100644 index a2f00ff14..000000000 --- a/xmldoc/formats/mxf.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - Maptech Exchange Format - Another CSV format file. This -format complies with (at least) Maptech Terrain Navigator, Terrain -Professional, Take a Hike, and ExpertGPS import/export MFX. -Contributed by Alex Mottram. - diff --git a/xmldoc/formats/mynav.xml b/xmldoc/formats/mynav.xml deleted file mode 100644 index 5ea6ecaea..000000000 --- a/xmldoc/formats/mynav.xml +++ /dev/null @@ -1,15 +0,0 @@ - - Input support for the TRC file format used by MyNav Map - Manager and VDO GP7 GPS - devices. - - - For information on the data format see track format - specification. - - - - gpsbabel -i mynav -f infile.trc -o gpx,garminextensions -F outfile.gpx - - diff --git a/xmldoc/formats/tef.xml b/xmldoc/formats/tef.xml deleted file mode 100644 index 0d4b7917f..000000000 --- a/xmldoc/formats/tef.xml +++ /dev/null @@ -1,15 +0,0 @@ - -TEF, internally called "TourExchangeFormat", is an XML based export format -used by Map&Guide Motorrad-Routenplaner 2005/06. - - -Because this is only an export format, GPSBabel does not support writing to -this format. - - -GPSBabel also supports the bcr format, which -may also be used with this program and supports both reading and writing. - - - gpsbabel -r -i tef,routevia -f in.xml -o gpx -F out.gpx - -- 2.30.2